Gets the ISO 639-2 three-letter code for the locale's language.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
string ISOLanguageName { get; }
ReadOnly Property ISOLanguageName As String
Get
property String^ ISOLanguageName {
String^ get ();
}
abstract ISOLanguageName : string with get
Property Value
Type:
String
ISOLanguageName only describes the language property of a locale; it doesn't include any regional information.
For the locale "en-us", the ISOLanguageName is "eng".
Reference