VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / VintasoftLocalizationJS type / getDocumentLocalizationDictionary Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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
    56+
    45+
    11
    See Also