hi folks, Just to highlight a commit just pushed, namely that the Isis wicket viewer is now leveraging Apache Wicket's own i18n support.
The way I've configured this is that all resource keys are searched for in an application-specific properties file, for example, ToDoApplication_en.properties (or whatever your locale is). See the quickstart example for details [1]. I suspect that there will need to be some further stories to fully support i18n, but this is a good first step. This will get released in Isis 1.6.0 in the next month or two. Meantime, if you want to try out the feature, then build from source [2] Cheers Dan [1] https://github.com/apache/isis/blob/master/example/application/quickstart_wicket_restful_jdo/webapp/src/main/resources/webapp/ToDoApplication_en.properties [2] http://isis.apache.org/contributors/building-isis.html
