Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set the framework language? #14

Open
louisdebaere opened this issue Mar 19, 2021 · 2 comments
Open

How to set the framework language? #14

louisdebaere opened this issue Mar 19, 2021 · 2 comments

Comments

@louisdebaere
Copy link

const recognizerCollection = new RecognizerCollection(recognizers);

const settings = new BlinkIdOverlaySettings();
settings.language = 'nl';

return plugin.scanWithCamera(settings, recognizerCollection, license);

Setting the language like this on the overlay settings does not seem to work, the language is still set to the device language, not Dutch ('nl') as specified. Is this the correct way to set the language?

BlinkID version: 5.9.0

@mijo-gracanin
Copy link
Contributor

Hi @louisdebaere,
That should be the correct way to set the language, but currently "language" property is not implemented in the wrapper (the value is not propagated to the native framework).
We'll update the issue once the fix is published.

@mparadina
Copy link
Contributor

Hi @louisdebaere

Following up on this thread.

The implementation of the language property was postponed and will be added in the next release of the SDK, 5.13.0.

Let us know if you have any additional questions.

Regards,
Milan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants