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


IArcGISLocale.Locale Property (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 > IArcGISLocale.Locale Property
ArcGIS Developer Help

IArcGISLocale.Locale Property

The value of the locale.

[Visual Basic .NET]
Public ReadOnly Property Locale As Integer
[C#]
public int Locale {get;}
[C++]
HRESULT get_Locale(
  System.Int32* Locale
);
[C++]
Parameters
Locale [out, retval]

Locale is a parameter of type long*

Product Availability

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

See Also

IArcGISLocale Interface