| CountryInfoProviderGetCountryInfoByCode Method  | 
             Returns the CountryInfo structure for the specified country code.
            
 
Namespace: CMS.GlobalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntaxpublic 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