Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n support #20

Open
dany-eudes opened this issue Nov 5, 2016 · 2 comments
Open

i18n support #20

dany-eudes opened this issue Nov 5, 2016 · 2 comments

Comments

@dany-eudes
Copy link

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.

@cyrilmhansen
Copy link

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

@cyrilmhansen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants