Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created June 25, 2019 14:12
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/c1c20117bace61e3cf98973eab7e57d8 to your computer and use it in GitHub Desktop.
Save bodrovis/c1c20117bace61e3cf98973eab7e57d8 to your computer and use it in GitHub Desktop.
$.i18n().load( {
'en': './i18n/en.json'
}).done(function() {
$('.change_locale).click(function() {
// change locale here...
});
}).fail(function() {
console.error('Cannot load translations!');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment