You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest you to include i19n support to this add-on.
In Vaadin 7 Cookbook (Chapter 8) there is a simple example where the author demonstrates how to perform internationalization in the Vaadin application using Spring with resource files.
ok following the Readme : wizard.getNextButton().setCaption("Seuraava");
wizard.getBackButton().setCaption("Edellinen");
wizard.getFinishButton().setCaption("Valmis");
wizard.getCancelButton().setCaption("Peruuta");
I would like to suggest you to include i19n support to this add-on.
In Vaadin 7 Cookbook (Chapter 8) there is a simple example where the author demonstrates how to perform internationalization in the Vaadin application using Spring with resource files.
The Github source code is here:
https://github.com/peholmst/vaadin-spring-webinar/tree/master/i18n
Thanks for taking your time.
The text was updated successfully, but these errors were encountered: