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


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