Click or drag to resize

ILocaleEnglishName Property


Gets the culture name in the format "<languagefull> (<country/regionfull>)" in English, where <languagefull> is the full name of the language and <country/regionfull> is the full name of the country/region.

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

Property Value

Type: String
Remarks
For all locales with a language value of "English", the english name and the NativeName are the same.
Examples
Fore the locale of "Spanish, Spain" the locale's english name would be "Spanish (Spain)"
See Also