Click or drag to resize

ICustomLocale Properties


The ICustomLocale type exposes the following members.

Properties
  NameDescription
Public propertyBaseName
Gets the base locale name. Base locale is always a standard ISO locale.
Public propertyEnglishName
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.
(Inherited from ILocale.)
Public propertyCode exampleISOLanguageName
Gets the ISO 639-2 three-letter code for the locale's language.
(Inherited from ILocale.)
Public propertyLCID
Gets the identifier of the locale's underlying culture.
(Inherited from ILocale.)
Public propertyCode exampleName
Gets the name of the locale. The name is the same as the RegionCode of the locale.
(Inherited from ILocale.)
Public propertyNativeName
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.
(Inherited from ILocale.)
Public propertyCode exampleRegionCode
Gets the locale's region code. It is the same as the Name property.
(Inherited from ILocale.)
Public propertyCode exampleWindowsLanguageName
Gets the three-letter code for the language as defined in the Windows API.
(Inherited from ILocale.)
Top
See Also