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


ILocaleInfo.NativeLanguageName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ILocaleInfo.NativeLanguageName Property

Native name of language.

[Visual Basic .NET]
Public Property NativeLanguageName As String
[C#]
public string NativeLanguageName {get; set;}
[C++]
HRESULT get_NativeLanguageName(
  BSTR* Language
);
[C++]
HRESULT put_NativeLanguageName(
  BSTR Language
);
[C++]

Parameters Language [out, retval] Language is a parameter of type BSTR Language [in] Language is a parameter of type BSTR

Product Availability

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

See Also

ILocaleInfo Interface