VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / set_LanguageType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_LanguageType Method
    In This Topic
    Sets the language, which must be used by TWAIN device manager.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebLanguageTypeEnumJS
    
    returnValue = instance.set_LanguageType(value);
    
    
    function set_LanguageType(
    value
    An instance of WebLanguageTypeEnumJS class that defines the language. Default value is "English".
    : WebLanguageTypeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebLanguageTypeEnumJS class that defines the language. Default value is "English".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    See Also