Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created May 8, 2019 17:49
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/5b22bd702ba22b494447e4c9dbe59b8e to your computer and use it in GitHub Desktop.
Save bodrovis/5b22bd702ba22b494447e4c9dbe59b8e to your computer and use it in GitHub Desktop.
.done(function() {
$('.switch-locale').on('click', 'a', function(e) {
e.preventDefault();
$.i18n().locale = $(this).data('locale');
});
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment