get_LocalizationId Method
Gets the localization identifier of UI element.
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlJS(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.