Script Summary: Add a dropdown select-box for the hl parameter on google result pages, which is responsible for the interface and search language.
Version: 1.9
Copyright: 2010+, kleingeist (http://github.com/kleingeist/userscripts)
License: GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
Adds a dropdown select-box on Googles result pages to change the language code (hl parameter).
The languages shown in the dropdown can be configured via the Greasemonkey Menu (see Screenshot #2) or by setting the list variable in the source to something else (for example: var list = ['en', 'de', 'fr']; ).
A full list of available codes is available at http://sites.google.com/site/tomihasa/google-la...
- Version 1.8 (13.09.2010): Small adjustements for Google's instant search results
- Version 1.7 (05.09.2010): Minor changes to adapt to Google's new default AJAX search policy (even if you are coming from a non-ajax search link)
- Version 1.6 (15.06.2010): Works now with Google Chrome (GM_ functions are made optional)
- Version 1.5 (12.05.2010): Works with the new Google layout and AJAX features
- Version 0.1 (01.08.2008): Initial fork of http://userscripts.org/scripts/show/9649 modified to work with Google UI changes.



