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


ILocaleInfo.LocaleID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILocaleInfo Interface > ILocaleInfo.LocaleID Property
ArcGIS Developer Help

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(
  System.Int32* 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