ArcObjects Library Reference (System)  

IArcGISLocale.UILangID Property

The value of the language ID from the UI locale.

[Visual Basic .NET]
Public ReadOnly Property UILangID As Integer
[C#]
public int UILangID {get;}
[C++]
HRESULT get_UILangID(
  long* LangID
);
[C++]

Parameters

LangID [out, retval]   LangID is a parameter of type long

Product Availability

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

See Also

IArcGISLocale Interface