thegrizzlylabs / geniusscan-sdk-demo

Demo apps for Genius Scan SDK
30 stars 38 forks source link

[Feature Request] Give option to set language in scanWithConfiguration #76

Open komritza opened 1 year ago

komritza commented 1 year ago

Hi there, as per docs The device's locale determines the languages used by the plugin which is okay, but not sufficient enough, because Users can change Language in our app. So app language can be different then from device language.

Would it be possible to add such a feature? Something like

scanConfiguration = {
        'source': 'camera',
        'multiPage': false,
        'language': 'de'
      };

Thanks!

guillaume-tgl commented 1 year ago

Thanks for this feature request. Just to let you know that it's not in our current plans to implement it.