Open this page in the API Guide

LocalizationService.copyLocalization Method

Copies the localization to the target culture. If the target culture is the same as the source an empty override is created.
 

Parameters

targetCultureName

Type: String
The target culture name to use for the copy.
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.