LocalizationService.getStrings Method

Gets a localized string.
 

Parameters

cultureName

Type: String
(optional) The name of the culture to retrieve the strings for. If none is provided, the current engine's culture will be used on the server.
Optional: True
tags

Type: Object
(optional) The format argument parameters.
Optional: True

Return Value


Type: jQuery.Promise
Value: Array
Element Value: Dundas.BI.WebApi.Models.LocalizationData
A promise object that is resolved when the call is complete. If successful, an array of Dundas.BI.WebApi.Models.LocalizationData is returned.