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

    Return Value

    The localization identifier of the WebUiControlJS control.
    Browser Compatibility
    56+
    45+
    11
    See Also