ILocaleInfo Interface

Provides access to members that control the locale information.

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.

ILocaleInfo.CountryID Property

Obtains country identifier.

Public Property CountryID As Integer
public int CountryID {get; set;}

ILocaleInfo.CountryName Property

English name of country.

Public Property CountryName As String
public string CountryName {get; set;}

ILocaleInfo.DisplayName Property

English display name of the locale.

Public Property DisplayName As String
public string DisplayName {get; set;}

ILocaleInfo.LanguageID Property

Obtains language identifier.

Public Property LanguageID As Integer
public int LanguageID {get; set;}

ILocaleInfo.LanguageName Property

English name of language.

Public Property LanguageName As String
public string LanguageName {get; set;}

ILocaleInfo.LocaleID Property

Obtains locale unique identifier.

Public Property LocaleID As Integer
public int LocaleID {get; set;}

ILocaleInfo.LocalizedCountryName Property

Localized name of country.

Public Property LocalizedCountryName As String
public string LocalizedCountryName {get; set;}

ILocaleInfo.LocalizedDisplayName Property

Localized display name of the locale.

Public Property LocalizedDisplayName As String
public string LocalizedDisplayName {get; set;}

ILocaleInfo.LocalizedLanguageName Property

Localized name of language.

Public Property LocalizedLanguageName As String
public string LocalizedLanguageName {get; set;}

ILocaleInfo.NativeCountryName Property

Native name of country.

Public Property NativeCountryName As String
public string NativeCountryName {get; set;}

ILocaleInfo.NativeLanguageName Property

Native name of language.

Public Property NativeLanguageName As String
public string NativeLanguageName {get; set;}

Classes that implement ILocaleInfo

Classes Description
LocaleInfo An object that represents a locale info.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close