Click or drag to resize

SystemOptionsServicesRemoveCustomLocale Method


Removes a custom locale by its locale name.

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

Parameters

locale  String
Locale name of the custom locale
Example
"en-us-tx"

Return Value

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