Skip to content

Instantly share code, notes, and snippets.

@ejmudi
Created December 1, 2023 02:36
Show Gist options
  • Save ejmudi/a29da70bed894eba33a953f2a477a9ab to your computer and use it in GitHub Desktop.
Save ejmudi/a29da70bed894eba33a953f2a477a9ab to your computer and use it in GitHub Desktop.
Official Languages of the World
// Official languages of the world ordered by number of sovereign countries in which they are de jure or de facto official (or with a national language status)
// Sourced from Wikipedia: https://en.wikipedia.org/wiki/List_of_official_languages#Number_of_countries_with_the_same_official_language
const OFFICIAL_LANGUAGES = [
"English",
"French",
"Arabic",
"Spanish",
"Portuguese",
"German",
"Russian",
"Swahili",
"Serbo-Croatian",
"Italian",
"Malay",
"Dutch",
"Persian",
"Sotho",
"Tswana",
"Albanian",
"Mandarin Chinese",
"Romanian",
"Turkish",
"Aymara",
"Berber",
"Chichewa",
"Greek",
"Guarani",
"Hindi",
"Korean",
"Quechua",
"Rwanda-Rundi",
"Swati",
"Swedish",
"Tamil",
"Tigrinya",
"Venda",
"Xhosa",
"Armenian",
"Somali"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment