We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I change the locale at runtime using lv_i18n_set_locale("it-IT") the UI doesn't refresh and text remains in previous language.
I'd like a new method to force set text for all widgets that uses translated literals.
At the moment the refresh works calling ui_init() again, but this seems to have some issue with eez-flow and local variables.
The text was updated successfully, but these errors were encountered:
mvladic
No branches or pull requests
When I change the locale at runtime using lv_i18n_set_locale("it-IT") the UI doesn't refresh and text remains in previous language.
I'd like a new method to force set text for all widgets that uses translated literals.
At the moment the refresh works calling ui_init() again, but this seems to have some issue with eez-flow and local variables.
The text was updated successfully, but these errors were encountered: