CountryInfoProviderGetCountryInfoByCode Method |
Returns the CountryInfo structure for the specified country code.
Namespace: CMS.GlobalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax public static CountryInfo GetCountryInfoByCode(
string countryCode
)
Parameters
- countryCode
- Type: SystemString
Code of the country. Two- and three- letter codes are supported.
Return Value
Type:
CountryInfoSee Also