SystemOptionsServicesRemoveCustomLocale Method
|
Removes a custom locale by its locale name.
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<bool> RemoveCustomLocale(
string locale
)
Public Function RemoveCustomLocale (
locale As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ RemoveCustomLocale(
String^ locale
) sealed
abstract RemoveCustomLocale :
locale : string -> XHRServiceResponseGeneric<bool>
override RemoveCustomLocale :
locale : string -> XHRServiceResponseGeneric<bool>
Parameters
- locale
- Type: SystemString
Locale name of the custom locale
Examples "en-us-tx"
Return Value
Type:
XHRServiceResponseGenericBooleanTrue 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