UrlUtilityLocalePrefix Method

Determines the locale prefix of URL by the specified language abbreviation.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static string LocalePrefix(
	string langAbbr
)

Parameters

langAbbr  String
The value of Abbr to determine the locale prefix by.

Return Value

String
Locale prefix to use for URLs.

See Also