VintaSoft Twain .NET SDK 15.0: 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.WebLanguageTypeEnumJS
    value = instance.get_LanguageType();
    
    
    function get_LanguageType() : WebLanguageTypeEnumJS;
    

    Return Value

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