jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Support syncing the HTML "lang" attribute inside index.html with application locale

Open m-orlova opened this issue 3 months ago • 1 comments

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

  1. Create a Jmix app
  2. Configure 2 locales (e.g. en, de)
  3. Login with de locale

Current Behavior

The lang attribute has en value in the returned html.

Expected Behavior

The lang attribute has de value in the returned html.

m-orlova avatar Dec 11 '25 09:12 m-orlova

See: https://github.com/vaadin/flow/issues/15573

glebfox avatar Dec 11 '25 15:12 glebfox