VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / get_LanguageType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_LanguageType Method
In This Topic
Gets the language, which must be used by TWAIN device manager.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();

var value; // Type: Vintasoft.Twain.WebTwainLanguageTypeEnumJS
value = instance.get_LanguageType();

Return Value

An instance of WebTwainLanguageTypeEnumJS class that defines the language. Default value is "English".
Browser Compatibility
9
See Also