Click or drag to resize

SystemOptionsServicesRemoveCustomLocale Method


Removes a custom locale by its locale name.

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<bool> RemoveCustomLocale(
	string locale
)

Parameters

locale
Type: SystemString
Locale name of the custom locale
Examples
"en-us-tx"

Return Value

Type: XHRServiceResponseGenericBoolean
True if custom locale with given name exists and removed, false otherwise.
Remarks

If there are any Pages still using the custom locale, then the locale cannot be removed. Returns error status.

See Also