Click or drag to resize
CountryInfoProviderSetCountryInfo Method
Sets (updates or inserts) specified country.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static void SetCountryInfo(
	CountryInfo country
)

Parameters

country
Type: CMS.GlobalizationCountryInfo
Country to set
See Also