Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
i18n support
After scanning over the document, I haven't found any discussion on i18n support. How to handle a locale change during a servlet session?
By the way, the login form sample broken on Google Chrome. When I was playing with the login form sample, only one input text field left after I clicked space right beside it.
v w: After scanning over the document, I haven't found any discussion on i18n support. How to handle a locale change during a servlet session?
There are quite a few discussions about this on forums http://vaadin.com/forum/-/message_boards/search?_19_redirect=%2Fforum%2F-%2Fmessage_boards&_19_breadcrumbsCategoryId=0&_19_searchCategoryIds=0&_19_keywords=i18n
v w: How to handle a locale change during a servlet session?
You could try to check for new locales in http://vaadin.com/api/com/vaadin/service/ApplicationContext.html#addTransactionListener(com.vaadin.service.ApplicationContext.TransactionListener). I have not tested if this really works, but it might/should.