getDocumentLocalizationDictionary Method
In This Topic
Returns the localization dictionary for all DOM-elements, which have the "localizationId" attribute, in HTML document.
Syntax
var instance = new Vintasoft.Shared.VintasoftLocalizationJS();
var value; // Type: any
value = instance.getDocumentLocalizationDictionary();
function getDocumentLocalizationDictionary() : any;
Browser Compatibility
See Also