Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created June 25, 2019 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/121203316388ef3af91997532180247c to your computer and use it in GitHub Desktop.
Save bodrovis/121203316388ef3af91997532180247c to your computer and use it in GitHub Desktop.
<HTML>
<HEAD>
<script src="js/jquery.js" ></script>
<script type="text/JavaScript" src="js/jquery.i18n.properties.js"></script>
</HEAD>
<BODY>
<h2>Internationalization Example Using jQuery.i18n.properties</h2>
<div id="langBox">
Language:
<select id="lang">
<option value="en" selected>English</option>
<option value="tr">Turkish</option>
<option value="fr">French</option>
</select>
</div><br>
<div id="lWelcome">Thank you for reading this example</div><br>
<div id="lSelLang">Your Selected Language is: en </div>
</BODY>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment