LocalizationService.storeLocalization Method
Stores the localization for the given information.
Parameters
- contents
-
Type: String
The contents to use for the localization.
- 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: Dundas.BI.WebApi.Models.BuiltInResourceInfoData
A promise object that is resolved when the call is complete.
If successful, a Dundas.BI.WebApi.Models.BuiltInResourceInfoData is returned.