Matej, did you look at the forminput example already? It shows you how to use properties file to localize your apps.
> I've tried some plugins from exlipse plugins site but I couldn't get any > of them running properly in eclipse 3.1. not sure what you mean. An ecplise plugin which "automatically" maintains the different markup files for you with input from properties files? > > So I just want to know if anyone have some experience with this to share. > wicket-stuff contains an example on using velocity, but as far as I remember not in the context of I18N. Don't know if that is of any help. What I did some months ago and I don't know if it is still working with HEAD, I created a kind of wicket based pre-processor which created files page.html, page_en.html, page_de.html etc from a template markup file and replaced wicket-preprocessor tags. Wicket-preprocessor tags didn't use wicket:id, they simply used w18n:id instead, thus separating the pre-processor from actual wicket tags. But it was wicket-core which replaced the text to be localized. Juergen ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
