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
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also