LanguageInfo.CultureToAbbr Method

Determines the value of Abbr property from the specified CultureInfo object.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static string CultureToAbbr(
	CultureInfo culture
)

Parameters

culture  CultureInfo
Culture to get the value of Abbr property for.

Return Value

String
The value of Abbr property which matches the culture argument or DefaultLanguage if there is no matching language abbreviation.

See Also