VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiControlSettingsJS type / set_LocalizationId Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_LocalizationId Method
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);

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