Click or drag to resize

ILocaleISOLanguageName Property


Gets the ISO 639-2 three-letter code for the locale's language.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string ISOLanguageName { get; }

Property Value

Type: String
Remarks
ISOLanguageName only describes the language property of a locale; it doesn't include any regional information.
Examples
For the locale "en-us", the ISOLanguageName is "eng".
See Also