Created
November 18, 2015 19:53
-
-
Save kevinmesiab/4a3a4b99127fdc45e889 to your computer and use it in GitHub Desktop.
Select Box - Preferred Language - Japanese
This file contains hidden or 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
<select name="preferredLanguage1" class="form-control"><option value="">ご希望の言語</option> | |
<option value="1">English (US)</option> | |
<option value="2">English (International)</option> | |
<option value="6">Français</option> | |
<option value="7">Deutsch</option> | |
<option value="8">日本語</option> | |
<option value="10">Português (Portugal)</option> | |
<option value="11">Español</option> | |
<option value="12">Svenska</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment