LocalizationService.getString Method

Gets a localized string.
 

Parameters

moduleId

Type: String
The ID of the module that the string is for.
key

Type: String
The key of the string.
parameters

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

Return Value


Type: jQuery.Promise
Value: String
A promise object that is resolved when the call is complete. If successful, the value, if found. Otherwise, the key.