Created
June 10, 2011 11:43
-
-
Save feedhenry-gists/1018676 to your computer and use it in GitHub Desktop.
Multilingual Support Building Language Example Helper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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