views:

131

answers:

2

Is there a language switcher plugin for jQuery?
It just should be a dropdown menu with languages and their flags. When you click on a language, it should add a ?lang=xx to the current URL. I know it's simple to code, but then I have to search flag icons, and I'm lazy :)

+2  A: 

jQuery Slide-Down Language Selector

...you'll still have to find your own flags if you want 'em. You're going to have more trouble implementing this that you would a single <select> box though.

Personally, my favorite is one found on Lutron's homepage (I might be biased since I worked on the site a bit).

Justin Niessner
A: 

I now use http://wiki.jqueryui.com/Selectmenu with the flags from @Matt Ball's tip: http://www.famfamfam.com/lab/icons/flags/.
I did it myself because nothing could look better in my "jQuery UI looking" site than another UI widget.

elektronikLexikon