You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@isis.apache.org by Dan Haywood <da...@haywood-associates.co.uk> on 2014/06/21 13:23:08 UTC

(ISIS-815) Internationalization of Wicket UI elements (edit, ok, cancel, logout, about)

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