LocalizationService.getLocalization Method
Gets 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: Dundas.BI.WebApi.Models.LocalizationInfoData
A promise object that is resolved when the call is complete.
If successful, an array of Dundas.BI.WebApi.Models.LocalizationInfoData is returned.