ILocalesManagerRemoveCustomLocale Method
|
Removes a custom locale.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveCustomLocale(
string regionCode
)
Function RemoveCustomLocale (
regionCode As String
) As Boolean
bool RemoveCustomLocale(
String^ regionCode
)
abstract RemoveCustomLocale :
regionCode : string -> bool
Parameters
- regionCode
- Type: SystemString
Region code of the custom locale to remove
Return Value
Type:
BooleanTrue if region code exists in custom locale's collection, false otherwise.
See Also