Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 11:37
Show Gist options
  • Save feedhenry-gists/1018665 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1018665 to your computer and use it in GitHub Desktop.
Multilingual Support Building Language
var lang;
var languages = ["en_gb", "en_us", "en_ie", "fr"];
var def = "en_gb"; // default language
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment