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

    Parameters

    value
    The localization identifier of the WebUiControlJS control.
    Exceptions
    ExceptionDescription
    Thrown if value is not a string.
    Browser Compatibility
    56+
    45+
    11
    See Also