The reason I gave it a 4/5 is I only know that you can use properties files.
I would like to see something like what Wicket does with properties.xml files.
https://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
The reason I gave it a 4/5 is I only know that you can use properties files.
I would like to see something like what Wicket does with properties.xml files.
https://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
This can be easily achieved by implementing your own I18N provider and overriding getI18nProvider() method of I18NUI.