Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am simple example on fiddle of localization using i18n.js file.Actually when user select English it show name and Roll No .But it change the language it display french text (different from english text ). How to do this task.? Here is my fiddle
http://jsfiddle.net/rGpCE/32/
XML
<select id="mydropdownid">
  <option value="en">English</option>
  <option value="fr">French</option>

</select>

<label style="display:block">name </label>
<label style="display:block">Roll no </label>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900