internationalization « wicket « Java Enterprise Q&A





1. Use enum to select string from wicket properties file    stackoverflow.com

I'd like to add a label to a wicket panel where the label's model is an enum value. Based on the value of that enum, I'd like to display a ...

2. Simple way to use parameterised UI messages in Wicket?    stackoverflow.com

Wicket has a flexible internationalisation system that supports parameterising UI messages in many ways. There are examples e.g. in StringResourceModel javadocs, such as this:

WeatherStation ws = new ...

3. Administrating internationalized wicket applications    stackoverflow.com

Is there a good/right way to maintain/administrate the internationalization of a Wicket application? At the moment there are several *.properties-files with the translations in it just as you do it in Wicket. ...