Vaadin 15 Bookstore starter App Login Locale messages

Hi, I have changed the starting project of Vaadin 15 Bookstore App, I am trying to change the language of the messages on the login page (Forgot password, wrong password message etc.). These messages are strings in a vaadin-login-mixin.js file. I tried to change the strings putting them in Italian, but it doesn’t work. How can I change the language of the login page messages?
Thanks.

18292164.png

Hi, take a look at https://vaadin.com/components/vaadin-login/java-examples
There is an example for translating the login form

Artur Signell:
Hi, take a look at https://vaadin.com/components/vaadin-login/java-examples
There is an example for translating the login form

Thank you.