ILocaleISOLanguageName Property Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference