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.492
Syntax
string EnglishName { get; }

Property Value

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