VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type / get_LocalizationId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LocalizationId Method
    In This Topic
    Gets the localization identifier of UI element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);
    
    var value; // Type: string
    value = instance.get_LocalizationId();
    
    
    function get_LocalizationId() : string;
    

    Return Value

    The localization identifier of UI element if element has localization identifier; otherwise, null.
    Browser Compatibility
    56+
    45+
    11
    See Also