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.6.492
Syntax
bool RemoveCustomLocale(
	string regionCode
)

Parameters

regionCode  String
Region code of the custom locale to remove

Return Value

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