No but, you could do it the simple way:

       add(new StatelessLink("locale_da") {
           @Override
           public void onClick() {
               getSession().setLocale(new Locale("da"));

           }
       });

You can do it the same in a drop down...

But true it would be nice to have a component with flags, map etc...


Meetesh Karia wrote:
Hi all,

I was just wondering if there's a language selector component (ie, flags, language names in a dropdown, etc) out there that someone's built. A google search didn't yield any results.

Thanks,
Meetesh


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to