SystemOptionsServicesRemoveCustomLocale Method
|
Removes a custom locale by its locale name.
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic 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 String
- Locale name of the custom locale
Example"en-us-tx"
Return Value
XHRServiceResponseGenericBooleanTrue if custom locale with given name exists and removed, false otherwise.
RemarksIf there are any Pages still using the custom locale, then the locale cannot be removed. Returns error status.
See Also