ArcObjects Library Reference (System)  

ILocaleInfo.LocaleID Property

Obtains locale unique identifier.

[Visual Basic .NET]
Public Property LocaleID As Integer
[C#]
public int LocaleID {get; set;}
[C++]
HRESULT get_LocaleID(
  long* LocaleID
);
[C++]
HRESULT put_LocaleID(
  long LocaleID
);
[C++]

Parameters

LocaleID [out, retval]   LocaleID is a parameter of type long LocaleID [in]   LocaleID is a parameter of type long

Product Availability

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

See Also

ILocaleInfo Interface