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


IArcGISLocale.UILangID Property (ArcObjects .NET 10.5 SDK)
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