This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory Interface > ITimeZoneFactory.CreateLocaleInfoFromLocaleID Method (ArcObjects .NET 10.4 SDK) |
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