Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 11:43
Show Gist options
  • Save feedhenry-gists/1018676 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1018676 to your computer and use it in GitHub Desktop.
Multilingual Support Building Language Example Helper
function initLanguages(){
lang = buildAllLanguages(); // Set the global variable to our built languages
updateLanguage(def); // Update the language for the first time to our default
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment