jmix
jmix copied to clipboard
Support syncing the HTML "lang" attribute inside index.html with application locale
Environment
Jmix version: 2.7
Bug Description
Forum link: https://forum.jmix.io/t/app-using-fr-translation-but-html-is-en/7212/4
Steps To Reproduce
- Create a Jmix app
- Configure 2 locales (e.g. en, de)
- Login with
delocale
Current Behavior
The lang attribute has en value in the returned html.
Expected Behavior
The lang attribute has de value in the returned html.
See: https://github.com/vaadin/flow/issues/15573