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


ITimeZoneFactory.CreateLocaleInfoFromLocaleID Method (ArcObjects .NET 10.5 SDK)
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