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

var value; // Type: string
value = instance.get_LocalizationId();

Return Value

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