LanguageInfo.CultureToAbbr Method
Determines the value of
Abbr property from the specified
CultureInfo object.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static string CultureToAbbr(
CultureInfo culture
)
Public Shared Function CultureToAbbr (
culture As CultureInfo
) As String
public:
static String^ CultureToAbbr(
CultureInfo^ culture
)
static member CultureToAbbr :
culture : CultureInfo -> string
- culture CultureInfo
-
Culture to get the value of Abbr property for.
String
The value of
Abbr property which matches the
culture argument
or
DefaultLanguage if there is no matching language abbreviation.