LocalizationService.deleteLocalization Method

Deletes the localization for the provided information.
 

Parameters

cultureName

Type: String
The name of the culture this localization is for.
moduleId

Type: String
The module ID this localization is for.
name

Type: String
The name of the localization.
isOverride

Type: Boolean
A flag indicating whether this localization is an override or not.

Return Value


Type: jQuery.Promise
Value: Boolean
A promise object that is resolved when the call is complete. If successful, a Boolean is returned.