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