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.6.492
Syntax
string ISOLanguageName { get; }

Property Value

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