VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
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);
    
    
    function setStringConstant(
    id
    The identifier of string constant.
    : string,
    value
    The string constant that should be localized.
    : string
    ) : any;

    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.
    Смотрите также