ArcObjects Library Reference (System)  

IArcGISLocale.LangID Property

The value of the language ID from the locale.

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