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.
how to use internatinalization our application?
How to integrate Vaadin + internationalization in vaadin Application?
how to use internationalization our application?
Multi-Language support Application?
Vaadin has no built-in internationalization-support. You can of course internationalize your app as you would with any other Java-application: setting captions using a ResourceBundle.
i use first time vaadin framework
give a example to use Resource Bundle with i18n in vaadin application
myComponent.setCaption(ResourceBundle.getBundle("myBasename").getString("myKey"));
See also: ResourceBundle Javadoc
I'm sure you can try Google before posting.
See the following link: http://bit.ly/Mvt0Ka
Look at the first result at the top.