ArcObjects Library Reference (System)  

IArcGISLocale.UILocale Property

The value of the UI locale.

[Visual Basic .NET]
Public ReadOnly Property UILocale As Integer
[C#]
public int UILocale {get;}
[C++]
HRESULT get_UILocale(
  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