Created
June 10, 2011 11:45
-
-
Save feedhenry-gists/1018681 to your computer and use it in GitHub Desktop.
Multilingual Support Language Picker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="fh_lang"> | |
<label for="fh_lang_picker" id="label_language"></label> | |
<select id="fh_lang_picker" onchange="changeLanguage(this)"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment