Click or drag to resize

ILocalesManagerRemoveCustomLocale Method


Removes a custom locale.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveCustomLocale(
	string regionCode
)

Parameters

regionCode
Type: SystemString
Region code of the custom locale to remove

Return Value

Type: Boolean
True if region code exists in custom locale's collection, false otherwise.
See Also