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.3.169
Syntax string NativeName { get; }
ReadOnly Property NativeName As String
Get
property String^ NativeName {
String^ get ();
}
abstract NativeName : string with get
Property Value
Type:
StringRemarks For all locales a language value of "English", the native name and the
EnglishName are the same.
See Also