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; }
ReadOnly Property EnglishName As String
Get
property String^ EnglishName {
String^ get ();
}
abstract EnglishName : string with get
Property Value
Type:
StringRemarks 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