This document is archived and information here might be outdated.  Recommended version.


ILocaleInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILocaleInfo Interface
ArcGIS Developer Help

ILocaleInfo Interface

Provides access to members that control the locale information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property CountryID Obtains country identifier.
Read/write property CountryName English name of country.
Read/write property DisplayName English display name of the locale.
Read/write property LanguageID Obtains language identifier.
Read/write property LanguageName English name of language.
Read/write property LocaleID Obtains locale unique identifier.
Read/write property LocalizedCountryName Localized name of country.
Read/write property LocalizedDisplayName Localized display name of the locale.
Read/write property LocalizedLanguageName Localized name of language.
Read/write property NativeCountryName Native name of country.
Read/write property NativeLanguageName Native name of language.

Classes that implement ILocaleInfo

Classes Description
LocaleInfo An object that represents a locale info.