Hallo, a Wicket i18n question: I have a javaScript file, that holds strings I want to localize. Ideally I want to localize the whole file. Something like
- my.js
- my_de.js
- my_fr.js
- ...
where wicket automatically chooses the right js file, as it does with property files.
Any one knows how to do that?