Click or drag to resize

ILocaleNativeName Property


Gets the culture name. This consists of the full name of the language, the full name of the country/region, and the optional script. This name is written in the locale's native language.

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

Property Value

String
Remarks
For all locales with a language value of "English", the native name and the EnglishName are the same.
Example
For the locale of "Spanish, Spain" the locale's native name would be "español (España)"
See Also