ArcObjects Library Reference (System)  

ITimeZoneFactory.CreateLocaleInfoFromLocaleID Method

Obtains the locale display name that corresponds to the given locale ID.

[Visual Basic .NET]
Public Function CreateLocaleInfoFromLocaleID ( _
    ByVal LocaleID As Integer _
) As ILocaleInfo
[C#]
public ILocaleInfo CreateLocaleInfoFromLocaleID (
    int LocaleID
);
[C++]
HRESULT CreateLocaleInfoFromLocaleID(
  long LocaleID,
  ILocaleInfo** LocaleInfo
);
[C++]

Parameters

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

  LocaleInfo is a parameter of type ILocaleInfo

Product Availability

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

See Also

ITimeZoneFactory Interface