Re: how to do i18n of javascript file with Wicket?

2012-02-16 Thread infiniter
ssageToVariablesMap(variablesMap, "min"); I don't like having to provide a variables model to get the messages, but instead I'd like to make the message-resolving part automatic just like wicket:message in the markup files. I still haven't done that. Ideas are welcome. -- V

Re: how to do i18n of javascript file with Wicket?

2008-06-01 Thread Erik van Oosten
We use approach 1. We do not pull messages from Wicket resources, they are just static in the file. The link to the correct js file is however created by a dynamic component that uses the current Locale. You could go with approach 2, but to me it sounds like a lot of work. Regards, Erik.

how to do i18n of javascript file with Wicket?

2008-06-01 Thread Quan Zhou
My application's supposed to support both English,Simpilify Chinese,Traditional Chinese,and even Vietnamese. The great I18N feature of Wicket helps me solve many i18n problems. The only remains is how to do i18n of javascript. Due to the initial design, we put some of messages in the .js file,like