Skip to content

Instantly share code, notes, and snippets.

@coderkan
Created May 30, 2018 13:21
Show Gist options
  • Save coderkan/9af5519de899c67ba696bf113f80eb04 to your computer and use it in GitHub Desktop.
Save coderkan/9af5519de899c67ba696bf113f80eb04 to your computer and use it in GitHub Desktop.
function changeLanguage(lng){
var resources = getLangResources()[lng];
$("h1[name='translate']").each(function(i, elt){
$(elt).text(resources[$(elt).attr("caption")]);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment