VintaSoft Twain .NET SDK 15.4: 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: WebTwainLanguageTypeEnumJS

returnValue = instance.set_LanguageType(value);

Parameters

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