-
Notifications
You must be signed in to change notification settings - Fork 73
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
Language Suport #168
Comments
Hi, The webview also reacts on the phone locale but not everything is translated. |
cool, thanks |
@ybeshkarov At the bottom you can see that the app switches to Chinese by default, however the dashboard does not. |
Hi
I am building an app that caters to a multinational and multilingual client base. I was wondering if there was a way for the app to communicate with the WebView.
The App already senses the phones default language and shifts to that language. However, the WebView does not. I was wondering if there was a way that I could parse a message to the WebView. sort of like if I had code on the thingsboard platform that listened for a message from the app, received it and then updates the language accordingly.
Is something like this possible?
The text was updated successfully, but these errors were encountered: