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


ILocaleInfo.LanguageID Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

ILocaleInfo.LanguageID Property

Obtains language identifier.

[Visual Basic .NET]
Public Property LanguageID As Integer
[C#]
public int LanguageID {get; set;}
[C++]
HRESULT get_LanguageID(
  System.Int32* LanguageID
);
[C++]
HRESULT put_LanguageID(
  long LanguageID
);
[C++]

Parameters LanguageID [out, retval]
LanguageID is a parameter of type long* LanguageID [in]
LanguageID is a parameter of type long

Product Availability

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

See Also

ILocaleInfo Interface