Click or drag to resize
CountryInfoProviderGetCountryInfoByCode Method
Returns the CountryInfo structure for the specified country code.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static CountryInfo GetCountryInfoByCode(
	string countryCode
)

Parameters

countryCode
Type: SystemString
Code of the country. Two- and three- letter codes are supported.

Return Value

Type: CountryInfo
See Also