IArcGISLocale Interface

Provides access to members for the ArcGIS locale.

Members

Name Description
Read-only property CountryID The value of the country ID from the locale.
Read-only property LangID The value of the language ID from the locale.
Read-only property Locale The value of the locale.
Read-only property RightToLeft Indicates if the UI locale is right to left.
Read-only property RightToLeftTable Indicates if the UI locale is right to left table.
Read-only property RightToLeftUI Indicates if the UI locale is right to left user interface.
Method SetLocale Write the ArcGIS locale for the process.
Method SetThreadLocale Write the ArcGIS locale for the thread.
Method SetThreadUILocale Write the ArcGIS UI locale for the thread.
Read-only property UICountryID The value of the country ID from the UI locale.
Read-only property UILangID The value of the language ID from the UI locale.
Read-only property UILocale The value of the UI locale.

IArcGISLocale.CountryID Property

The value of the country ID from the locale.

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

IArcGISLocale.LangID Property

The value of the language ID from the locale.

Public ReadOnly Property LangID As Integer
public int LangID {get;}

IArcGISLocale.Locale Property

The value of the locale.

Public ReadOnly Property Locale As Integer
public int Locale {get;}

IArcGISLocale.RightToLeft Property

Indicates if the UI locale is right to left.

Public ReadOnly Property RightToLeft As Boolean
public bool RightToLeft {get;}

IArcGISLocale.RightToLeftTable Property

Indicates if the UI locale is right to left table.

Public ReadOnly Property RightToLeftTable As Boolean
public bool RightToLeftTable {get;}

IArcGISLocale.RightToLeftUI Property

Indicates if the UI locale is right to left user interface.

Public ReadOnly Property RightToLeftUI As Boolean
public bool RightToLeftUI {get;}

IArcGISLocale.SetLocale Method

Write the ArcGIS locale for the process.

Public Sub SetLocale ( _
)
public void SetLocale (
);

IArcGISLocale.SetThreadLocale Method

Write the ArcGIS locale for the thread.

Public Sub SetThreadLocale ( _
)
public void SetThreadLocale (
);

IArcGISLocale.SetThreadUILocale Method

Write the ArcGIS UI locale for the thread.

Public Sub SetThreadUILocale ( _
)
public void SetThreadUILocale (
);

IArcGISLocale.UICountryID Property

The value of the country ID from the UI locale.

Public ReadOnly Property UICountryID As Integer
public int UICountryID {get;}

IArcGISLocale.UILangID Property

The value of the language ID from the UI locale.

Public ReadOnly Property UILangID As Integer
public int UILangID {get;}

IArcGISLocale.UILocale Property

The value of the UI locale.

Public ReadOnly Property UILocale As Integer
public int UILocale {get;}

Classes that implement IArcGISLocale

Classes Description
ArcGISLocale Class for accessing ArcGIS locale.

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