Click or drag to resize

ILocale Properties


The ILocale type exposes the following members.

Properties
  Name Description
Public property Code example EnglishName 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.
Public property Code example ISOLanguageName Gets the ISO 639-2 three-letter code for the locale's language.
Public property Code example LCID Gets the identifier of the locale's underlying culture.
Public property Code example Name Gets the name of the locale. The name is the same as the RegionCode of the locale.
Public property Code example NativeName 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.
Public property Code example RegionCode Gets the locale's region code. It is the same as the Name property.
Public property Code example WindowsLanguageName Gets the three-letter code for the language as defined in the Windows API.
Top
See Also