Multi Language Selection?

Hi All,

I have a combobox,in combobox how we can show multiple languages…and when i select one language entire page will change to that language…

anyone tell me

Hi,

unfortunately there’s no built-in way to do this. I guess the easiest way to go would be to use some of the localization add-ons available in the directory, e.g.
https://vaadin.com/directory/#addon/i18n4vaadin:vaadin
. As for the combobox contents, you could just decide which languages to support, store those in your DB and populate the combobox from there.

-tepi