VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / VintasoftLocalizationJS type / setStringConstant Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
setStringConstant Метод
В этом разделе
Sets the string constant for localization.
Синтаксис
var instance = new Vintasoft.Shared.VintasoftLocalizationJS();

var value; // Type: any

// Parameters
var id; // Type: string
var value; // Type: string

value = instance.setStringConstant(id, value);

Parameters

id
The identifier of string constant.
value
The string constant that should be localized.
Исключения
ИсключениеОписание
Thrown if value is not a string or empty string.
Смотрите также