You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: