Multiple language

i want change languge in the main screen , i use code change language in login screen to my main screen . But it doesn’t working
image

Hello!

The Jmix UI takes the locale information from Authentication object using CurrentAuthnetication bean. It does not consider changing locale after successful authentication.
To change it you should reauthenticate the user that requires enter the username and password again (see LoginScreenSupport and UsernamePasswordAuthenticationToken).

oke thank you bro , i have done