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


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

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(
  System.Int32* 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