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


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

IArcGISLocale Interface

Provides access to members for the ArcGIS locale.

Product Availability

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

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.

Classes that implement IArcGISLocale

Classes Description
ArcGISLocale Class for accessing ArcGIS locale.