ArcObjects Library Reference (System)  

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(
  long* 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