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


ILocaleInfo.LocalizedCountryName 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.LocalizedCountryName Property
ArcGIS Developer Help

ILocaleInfo.LocalizedCountryName Property

Localized name of country.

[Visual Basic .NET]
Public Property LocalizedCountryName As String
[C#]
public string LocalizedCountryName {get; set;}
[C++]
HRESULT get_LocalizedCountryName(
  System.String* country
);
[C++]
HRESULT put_LocalizedCountryName(
  BSTR country
);
[C++]
Parameters
country [out, retval]

country is a parameter of type BSTR* country [in]
country is a parameter of type BSTR

Product Availability

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

See Also

ILocaleInfo Interface