tehapo/WizardsForVaadin

i18n support

Opened this issue · 2 comments

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.

I plan to use this component and I now understand that button labels are hardcoded in the source code. Now looking for a workaround.

ok following the Readme : wizard.getNextButton().setCaption("Seuraava");
wizard.getBackButton().setCaption("Edellinen");
wizard.getFinishButton().setCaption("Valmis");
wizard.getCancelButton().setCaption("Peruuta");