Skip to content

Instantly share code, notes, and snippets.

@MatthewCallis
Created March 9, 2021 01:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthewCallis/0d5e4ef6ef63ab1101bb573245d71299 to your computer and use it in GitHub Desktop.
Save MatthewCallis/0d5e4ef6ef63ab1101bb573245d71299 to your computer and use it in GitHub Desktop.
Country Codes & Locale Language Codes as JSON
[
{ "title": "Andorra", "value": "AD" },
{ "title": "United Arab Emirates", "value": "AE" },
{ "title": "Afghanistan", "value": "AF" },
{ "title": "Antigua and Barbuda", "value": "AG" },
{ "title": "Anguilla", "value": "AI" },
{ "title": "Albania", "value": "AL" },
{ "title": "Armenia", "value": "AM" },
{ "title": "Angola", "value": "AO" },
{ "title": "Antarctica", "value": "AQ" },
{ "title": "Argentina", "value": "AR" },
{ "title": "American Samoa", "value": "AS" },
{ "title": "Austria", "value": "AT" },
{ "title": "Australia", "value": "AU" },
{ "title": "Aruba", "value": "AW" },
{ "title": "Åland Islands", "value": "AX" },
{ "title": "Azerbaijan", "value": "AZ" },
{ "title": "Bosnia and Herzegovina", "value": "BA" },
{ "title": "Barbados", "value": "BB" },
{ "title": "Bangladesh", "value": "BD" },
{ "title": "Belgium", "value": "BE" },
{ "title": "Burkina Faso", "value": "BF" },
{ "title": "Bulgaria", "value": "BG" },
{ "title": "Bahrain", "value": "BH" },
{ "title": "Burundi", "value": "BI" },
{ "title": "Benin", "value": "BJ" },
{ "title": "Saint Barthélemy", "value": "BL" },
{ "title": "Bermuda", "value": "BM" },
{ "title": "Brunei Darussalam", "value": "BN" },
{ "title": "Bolivia, Plurinational State of", "value": "BO" },
{ "title": "Bonaire, Sint Eustatius and Saba", "value": "BQ" },
{ "title": "Brazil", "value": "BR" },
{ "title": "Bahamas", "value": "BS" },
{ "title": "Bhutan", "value": "BT" },
{ "title": "Bouvet Island", "value": "BV" },
{ "title": "Botswana", "value": "BW" },
{ "title": "Belarus", "value": "BY" },
{ "title": "Belize", "value": "BZ" },
{ "title": "Canada", "value": "CA" },
{ "title": "Cocos (Keeling) Islands", "value": "CC" },
{ "title": "Congo, the Democratic Republic of the", "value": "CD" },
{ "title": "Central African Republic", "value": "CF" },
{ "title": "Congo", "value": "CG" },
{ "title": "Switzerland", "value": "CH" },
{ "title": "Côte d'Ivoire", "value": "CI" },
{ "title": "Cook Islands", "value": "CK" },
{ "title": "Chile", "value": "CL" },
{ "title": "Cameroon", "value": "CM" },
{ "title": "China", "value": "CN" },
{ "title": "Colombia", "value": "CO" },
{ "title": "Costa Rica", "value": "CR" },
{ "title": "Cuba", "value": "CU" },
{ "title": "Cabo Verde", "value": "CV" },
{ "title": "Curaçao", "value": "CW" },
{ "title": "Christmas Island", "value": "CX" },
{ "title": "Cyprus", "value": "CY" },
{ "title": "Czech Republic", "value": "CZ" },
{ "title": "Germany", "value": "DE" },
{ "title": "Djibouti", "value": "DJ" },
{ "title": "Denmark", "value": "DK" },
{ "title": "Dominica", "value": "DM" },
{ "title": "Dominican Republic", "value": "DO" },
{ "title": "Algeria", "value": "DZ" },
{ "title": "Ecuador", "value": "EC" },
{ "title": "Estonia", "value": "EE" },
{ "title": "Egypt", "value": "EG" },
{ "title": "Western Sahara", "value": "EH" },
{ "title": "Eritrea", "value": "ER" },
{ "title": "Spain", "value": "ES" },
{ "title": "Ethiopia", "value": "ET" },
{ "title": "Finland", "value": "FI" },
{ "title": "Fiji", "value": "FJ" },
{ "title": "Falkland Islands (Malvinas)", "value": "FK" },
{ "title": "Micronesia, Federated States of", "value": "FM" },
{ "title": "Faroe Islands", "value": "FO" },
{ "title": "France", "value": "FR" },
{ "title": "Gabon", "value": "GA" },
{ "title": "United Kingdom of Great Britain and Northern Ireland", "value": "GB" },
{ "title": "Grenada", "value": "GD" },
{ "title": "Georgia", "value": "GE" },
{ "title": "French Guiana", "value": "GF" },
{ "title": "Guernsey", "value": "GG" },
{ "title": "Ghana", "value": "GH" },
{ "title": "Gibraltar", "value": "GI" },
{ "title": "Greenland", "value": "GL" },
{ "title": "Gambia", "value": "GM" },
{ "title": "Guinea", "value": "GN" },
{ "title": "Guadeloupe", "value": "GP" },
{ "title": "Equatorial Guinea", "value": "GQ" },
{ "title": "Greece", "value": "GR" },
{ "title": "South Georgia and the South Sandwich Islands", "value": "GS" },
{ "title": "Guatemala", "value": "GT" },
{ "title": "Guam", "value": "GU" },
{ "title": "Guinea-Bissau", "value": "GW" },
{ "title": "Guyana", "value": "GY" },
{ "title": "Hong Kong", "value": "HK" },
{ "title": "Heard Island and McDonald Islands", "value": "HM" },
{ "title": "Honduras", "value": "HN" },
{ "title": "Croatia", "value": "HR" },
{ "title": "Haiti", "value": "HT" },
{ "title": "Hungary", "value": "HU" },
{ "title": "Indonesia", "value": "ID" },
{ "title": "Ireland", "value": "IE" },
{ "title": "Israel", "value": "IL" },
{ "title": "Isle of Man", "value": "IM" },
{ "title": "India", "value": "IN" },
{ "title": "British Indian Ocean Territory", "value": "IO" },
{ "title": "Iraq", "value": "IQ" },
{ "title": "Iran, Islamic Republic of", "value": "IR" },
{ "title": "Iceland", "value": "IS" },
{ "title": "Italy", "value": "IT" },
{ "title": "Jersey", "value": "JE" },
{ "title": "Jamaica", "value": "JM" },
{ "title": "Jordan", "value": "JO" },
{ "title": "Japan", "value": "JP" },
{ "title": "Kenya", "value": "KE" },
{ "title": "Kyrgyzstan", "value": "KG" },
{ "title": "Cambodia", "value": "KH" },
{ "title": "Kiribati", "value": "KI" },
{ "title": "Comoros", "value": "KM" },
{ "title": "Saint Kitts and Nevis", "value": "KN" },
{ "title": "Korea, Democratic People's Republic of", "value": "KP" },
{ "title": "Korea, Republic of", "value": "KR" },
{ "title": "Kuwait", "value": "KW" },
{ "title": "Cayman Islands", "value": "KY" },
{ "title": "Kazakhstan", "value": "KZ" },
{ "title": "Lao People's Democratic Republic", "value": "LA" },
{ "title": "Lebanon", "value": "LB" },
{ "title": "Saint Lucia", "value": "LC" },
{ "title": "Liechtenstein", "value": "LI" },
{ "title": "Sri Lanka", "value": "LK" },
{ "title": "Liberia", "value": "LR" },
{ "title": "Lesotho", "value": "LS" },
{ "title": "Lithuania", "value": "LT" },
{ "title": "Luxembourg", "value": "LU" },
{ "title": "Latvia", "value": "LV" },
{ "title": "Libya", "value": "LY" },
{ "title": "Morocco", "value": "MA" },
{ "title": "Monaco", "value": "MC" },
{ "title": "Moldova, Republic of", "value": "MD" },
{ "title": "Montenegro", "value": "ME" },
{ "title": "Saint Martin (French part)", "value": "MF" },
{ "title": "Madagascar", "value": "MG" },
{ "title": "Marshall Islands", "value": "MH" },
{ "title": "Macedonia, the former Yugoslav Republic of", "value": "MK" },
{ "title": "Mali", "value": "ML" },
{ "title": "Myanmar", "value": "MM" },
{ "title": "Mongolia", "value": "MN" },
{ "title": "Macao", "value": "MO" },
{ "title": "Northern Mariana Islands", "value": "MP" },
{ "title": "Martinique", "value": "MQ" },
{ "title": "Mauritania", "value": "MR" },
{ "title": "Montserrat", "value": "MS" },
{ "title": "Malta", "value": "MT" },
{ "title": "Mauritius", "value": "MU" },
{ "title": "Maldives", "value": "MV" },
{ "title": "Malawi", "value": "MW" },
{ "title": "Mexico", "value": "MX" },
{ "title": "Malaysia", "value": "MY" },
{ "title": "Mozambique", "value": "MZ" },
{ "title": "Namibia", "value": "NA" },
{ "title": "New Caledonia", "value": "NC" },
{ "title": "Niger", "value": "NE" },
{ "title": "Norfolk Island", "value": "NF" },
{ "title": "Nigeria", "value": "NG" },
{ "title": "Nicaragua", "value": "NI" },
{ "title": "Netherlands", "value": "NL" },
{ "title": "Norway", "value": "NO" },
{ "title": "Nepal", "value": "NP" },
{ "title": "Nauru", "value": "NR" },
{ "title": "Niue", "value": "NU" },
{ "title": "New Zealand", "value": "NZ" },
{ "title": "Oman", "value": "OM" },
{ "title": "Panama", "value": "PA" },
{ "title": "Peru", "value": "PE" },
{ "title": "French Polynesia", "value": "PF" },
{ "title": "Papua New Guinea", "value": "PG" },
{ "title": "Philippines", "value": "PH" },
{ "title": "Pakistan", "value": "PK" },
{ "title": "Poland", "value": "PL" },
{ "title": "Saint Pierre and Miquelon", "value": "PM" },
{ "title": "Pitcairn", "value": "PN" },
{ "title": "Puerto Rico", "value": "PR" },
{ "title": "Palestine, State of", "value": "PS" },
{ "title": "Portugal", "value": "PT" },
{ "title": "Palau", "value": "PW" },
{ "title": "Paraguay", "value": "PY" },
{ "title": "Qatar", "value": "QA" },
{ "title": "Réunion", "value": "RE" },
{ "title": "Romania", "value": "RO" },
{ "title": "Serbia", "value": "RS" },
{ "title": "Russian Federation", "value": "RU" },
{ "title": "Rwanda", "value": "RW" },
{ "title": "Saudi Arabia", "value": "SA" },
{ "title": "Solomon Islands", "value": "SB" },
{ "title": "Seychelles", "value": "SC" },
{ "title": "Sudan", "value": "SD" },
{ "title": "Sweden", "value": "SE" },
{ "title": "Singapore", "value": "SG" },
{ "title": "Saint Helena, Ascension and Tristan da Cunha", "value": "SH" },
{ "title": "Slovenia", "value": "SI" },
{ "title": "Svalbard and Jan Mayen", "value": "SJ" },
{ "title": "Slovakia", "value": "SK" },
{ "title": "Sierra Leone", "value": "SL" },
{ "title": "San Marino", "value": "SM" },
{ "title": "Senegal", "value": "SN" },
{ "title": "Somalia", "value": "SO" },
{ "title": "Suriname", "value": "SR" },
{ "title": "South Sudan", "value": "SS" },
{ "title": "Sao Tome and Principe", "value": "ST" },
{ "title": "El Salvador", "value": "SV" },
{ "title": "Sint Maarten (Dutch part)", "value": "SX" },
{ "title": "Syrian Arab Republic", "value": "SY" },
{ "title": "Swaziland", "value": "SZ" },
{ "title": "Turks and Caicos Islands", "value": "TC" },
{ "title": "Chad", "value": "TD" },
{ "title": "French Southern Territories", "value": "TF" },
{ "title": "Togo", "value": "TG" },
{ "title": "Thailand", "value": "TH" },
{ "title": "Tajikistan", "value": "TJ" },
{ "title": "Tokelau", "value": "TK" },
{ "title": "Timor-Leste", "value": "TL" },
{ "title": "Turkmenistan", "value": "TM" },
{ "title": "Tunisia", "value": "TN" },
{ "title": "Tonga", "value": "TO" },
{ "title": "Turkey", "value": "TR" },
{ "title": "Trinidad and Tobago", "value": "TT" },
{ "title": "Tuvalu", "value": "TV" },
{ "title": "Taiwan, Province of China", "value": "TW" },
{ "title": "Tanzania, United Republic of", "value": "TZ" },
{ "title": "Ukraine", "value": "UA" },
{ "title": "Uganda", "value": "UG" },
{ "title": "United States Minor Outlying Islands", "value": "UM" },
{ "title": "United States of America", "value": "US" },
{ "title": "Uruguay", "value": "UY" },
{ "title": "Uzbekistan", "value": "UZ" },
{ "title": "Holy See", "value": "VA" },
{ "title": "Saint Vincent and the Grenadines", "value": "VC" },
{ "title": "Venezuela, Bolivarian Republic of", "value": "VE" },
{ "title": "Virgin Islands, British", "value": "VG" },
{ "title": "Virgin Islands, U.S.", "value": "VI" },
{ "title": "Viet Nam", "value": "VN" },
{ "title": "Vanuatu", "value": "VU" },
{ "title": "Wallis and Futuna", "value": "WF" },
{ "title": "Samoa", "value": "WS" },
{ "title": "Yemen", "value": "YE" },
{ "title": "Mayotte", "value": "YT" },
{ "title": "South Africa", "value": "ZA" },
{ "title": "Zambia", "value": "ZM" },
{ "title": "Zimbabwe", "value": "ZW" }
]
[
{ "value": "aa", "title": "Afar" },
{ "value": "ab", "title": "Abkhaz" },
{ "value": "ae", "title": "Avestan" },
{ "value": "af", "title": "Afrikaans" },
{ "value": "ak", "title": "Akan" },
{ "value": "am", "title": "Amharic" },
{ "value": "an", "title": "Aragonese" },
{ "value": "ar", "title": "Arabic" },
{ "value": "ar_ae", "title": "Arabic (United Arab Emirates)" },
{ "value": "ar_bh", "title": "Arabic (Bahrain)" },
{ "value": "ar_dz", "title": "Arabic (Algeria)" },
{ "value": "ar_eg", "title": "Arabic (Egypt)" },
{ "value": "ar_iq", "title": "Arabic (Iraq)" },
{ "value": "ar_jo", "title": "Arabic (Jordan)" },
{ "value": "ar_kw", "title": "Arabic (Kuwait)" },
{ "value": "ar_lb", "title": "Arabic (Lebanon)" },
{ "value": "ar_ly", "title": "Arabic (Libya)" },
{ "value": "ar_ma", "title": "Arabic (Morocco)" },
{ "value": "ar_om", "title": "Arabic (Oman)" },
{ "value": "ar_qa", "title": "Arabic (Qatar)" },
{ "value": "ar_sa", "title": "Arabic (Saudi Arabia)" },
{ "value": "ar_sd", "title": "Arabic (Sudan)" },
{ "value": "ar_sy", "title": "Arabic (Syria)" },
{ "value": "ar_tn", "title": "Arabic (Tunisia)" },
{ "value": "ar_ye", "title": "Arabic (Yemen)" },
{ "value": "as", "title": "Assamese" },
{ "value": "av", "title": "Avaric" },
{ "value": "ay", "title": "Aymara" },
{ "value": "az", "title": "Azerbaijani" },
{ "value": "ba", "title": "Bashkir" },
{ "value": "be", "title": "Belarusian" },
{ "value": "be_by", "title": "Belarusian (Belarus)" },
{ "value": "bg", "title": "Bulgarian" },
{ "value": "bg_bg", "title": "Bulgarian (Bulgaria)" },
{ "value": "bh", "title": "Bihari" },
{ "value": "bi", "title": "Bislama" },
{ "value": "bm", "title": "Bambara" },
{ "value": "bn", "title": "Bengali" },
{ "value": "bo", "title": "Tibetan Standard, Tibetan, Central" },
{ "value": "br", "title": "Breton" },
{ "value": "bs", "title": "Bosnian" },
{ "value": "ca", "title": "Catalan; Valencian" },
{ "value": "ca_es", "title": "Catalan (Spain)" },
{ "value": "ce", "title": "Chechen" },
{ "value": "ch", "title": "Chamorro" },
{ "value": "co", "title": "Corsican" },
{ "value": "cr", "title": "Cree" },
{ "value": "cs", "title": "Czech" },
{ "value": "cs_cz", "title": "Czech (Czech Republic)" },
{ "value": "cu", "title": "Old Church Slavonic, Church Slavic, Church Slavonic, Old Bulgarian, Old Slavonic" },
{ "value": "cv", "title": "Chuvash" },
{ "value": "cy", "title": "Welsh" },
{ "value": "da", "title": "Danish" },
{ "value": "da_dk", "title": "Danish (Denmark)" },
{ "value": "de", "title": "German" },
{ "value": "de_at", "title": "German (Austria)" },
{ "value": "de_ch", "title": "German (Switzerland)" },
{ "value": "de_de", "title": "German (Germany)" },
{ "value": "de_lu", "title": "German (Luxembourg)" },
{ "value": "dv", "title": "Divehi; Dhivehi; Maldivian;" },
{ "value": "ee", "title": "Ewe" },
{ "value": "el", "title": "Greek, Modern" },
{ "value": "el_cy", "title": "Greek (Cyprus)" },
{ "value": "el_gr", "title": "Greek (Greece)" },
{ "value": "en", "title": "English" },
{ "value": "en_au", "title": "English (Australia)" },
{ "value": "en_ca", "title": "English (Canada)" },
{ "value": "en_gb", "title": "English (United Kingdom)" },
{ "value": "en_ie", "title": "English (Ireland)" },
{ "value": "en_in", "title": "English (India)" },
{ "value": "en_mt", "title": "English (Malta)" },
{ "value": "en_nz", "title": "English (New Zealand)" },
{ "value": "en_ph", "title": "English (Philippines)" },
{ "value": "en_sg", "title": "English (Singapore)" },
{ "value": "en_us", "title": "English (United States)" },
{ "value": "en_za", "title": "English (South Africa)" },
{ "value": "eo", "title": "Esperanto" },
{ "value": "es", "title": "Spanish; Castilian" },
{ "value": "es_ar", "title": "Spanish (Argentina)" },
{ "value": "es_bo", "title": "Spanish (Bolivia)" },
{ "value": "es_cl", "title": "Spanish (Chile)" },
{ "value": "es_co", "title": "Spanish (Colombia)" },
{ "value": "es_cr", "title": "Spanish (Costa Rica)" },
{ "value": "es_do", "title": "Spanish (Dominican Republic)" },
{ "value": "es_ec", "title": "Spanish (Ecuador)" },
{ "value": "es_es", "title": "Spanish (Spain)" },
{ "value": "es_gt", "title": "Spanish (Guatemala)" },
{ "value": "es_hn", "title": "Spanish (Honduras)" },
{ "value": "es_mx", "title": "Spanish (Mexico)" },
{ "value": "es_ni", "title": "Spanish (Nicaragua)" },
{ "value": "es_pa", "title": "Spanish (Panama)" },
{ "value": "es_pe", "title": "Spanish (Peru)" },
{ "value": "es_pr", "title": "Spanish (Puerto Rico)" },
{ "value": "es_py", "title": "Spanish (Paraguay)" },
{ "value": "es_sv", "title": "Spanish (El Salvador)" },
{ "value": "es_us", "title": "Spanish (United States)" },
{ "value": "es_uy", "title": "Spanish (Uruguay)" },
{ "value": "es_ve", "title": "Spanish (Venezuela)" },
{ "value": "et", "title": "Estonian" },
{ "value": "et_ee", "title": "Estonian (Estonia)" },
{ "value": "eu", "title": "Basque" },
{ "value": "fa", "title": "Persian" },
{ "value": "ff", "title": "Fula; Fulah; Pulaar; Pular" },
{ "value": "fi", "title": "Finnish" },
{ "value": "fi_fi", "title": "Finnish (Finland)" },
{ "value": "fj", "title": "Fijian" },
{ "value": "fo", "title": "Faroese" },
{ "value": "fr", "title": "French" },
{ "value": "fr_be", "title": "French (Belgium)" },
{ "value": "fr_ca", "title": "French (Canada)" },
{ "value": "fr_ch", "title": "French (Switzerland)" },
{ "value": "fr_fr", "title": "French (France)" },
{ "value": "fr_lu", "title": "French (Luxembourg)" },
{ "value": "fy", "title": "Western Frisian" },
{ "value": "ga", "title": "Irish" },
{ "value": "ga_ie", "title": "Irish (Ireland)" },
{ "value": "gd", "title": "Scottish Gaelic; Gaelic" },
{ "value": "gl", "title": "Galician" },
{ "value": "gn", "title": "Guaraní" },
{ "value": "gu", "title": "Gujarati" },
{ "value": "gv", "title": "Manx" },
{ "value": "ha", "title": "Hausa" },
{ "value": "he", "title": "Hebrew (modern)" },
{ "value": "hi", "title": "Hindi" },
{ "value": "hi_in", "title": "Hindi (India)" },
{ "value": "ho", "title": "Hiri Motu" },
{ "value": "hr", "title": "Croatian" },
{ "value": "hr_hr", "title": "Croatian (Croatia)" },
{ "value": "ht", "title": "Haitian; Haitian Creole" },
{ "value": "hu", "title": "Hungarian" },
{ "value": "hu_hu", "title": "Hungarian (Hungary)" },
{ "value": "hy", "title": "Armenian" },
{ "value": "hz", "title": "Herero" },
{ "value": "ia", "title": "Interlingua" },
{ "value": "id", "title": "Indonesian" },
{ "value": "ie", "title": "Interlingue" },
{ "value": "ig", "title": "Igbo" },
{ "value": "ii", "title": "Nuosu" },
{ "value": "ik", "title": "Inupiaq" },
{ "value": "in", "title": "Indonesian" },
{ "value": "in_id", "title": "Indonesian (Indonesia)" },
{ "value": "io", "title": "Ido" },
{ "value": "is", "title": "Icelandic" },
{ "value": "is_is", "title": "Icelandic (Iceland)" },
{ "value": "it", "title": "Italian" },
{ "value": "it_ch", "title": "Italian (Switzerland)" },
{ "value": "it_it", "title": "Italian (Italy)" },
{ "value": "iu", "title": "Inuktitut" },
{ "value": "iw", "title": "Hebrew" },
{ "value": "iw_il", "title": "Hebrew (Israel)" },
{ "value": "ja", "title": "Japanese" },
{ "value": "ja_jp", "title": "Japanese (Japan)" },
{ "value": "jv", "title": "Javanese" },
{ "value": "ka", "title": "Georgian" },
{ "value": "kg", "title": "Kongo" },
{ "value": "ki", "title": "Kikuyu, Gikuyu" },
{ "value": "kj", "title": "Kwanyama, Kuanyama" },
{ "value": "kk", "title": "Kazakh" },
{ "value": "kl", "title": "Kalaallisut, Greenlandic" },
{ "value": "km", "title": "Khmer" },
{ "value": "kn", "title": "Kannada" },
{ "value": "ko", "title": "Korean" },
{ "value": "ko_kr", "title": "Korean (South Korea)" },
{ "value": "kr", "title": "Kanuri" },
{ "value": "ks", "title": "Kashmiri" },
{ "value": "ku", "title": "Kurdish" },
{ "value": "kv", "title": "Komi" },
{ "value": "kw", "title": "Cornish" },
{ "value": "ky", "title": "Kirghiz, Kyrgyz" },
{ "value": "la", "title": "Latin" },
{ "value": "lb", "title": "Luxembourgish, Letzeburgesch" },
{ "value": "lg", "title": "Luganda" },
{ "value": "li", "title": "Limburgish, Limburgan, Limburger" },
{ "value": "ln", "title": "Lingala" },
{ "value": "lo", "title": "Lao" },
{ "value": "lt", "title": "Lithuanian" },
{ "value": "lt_lt", "title": "Lithuanian (Lithuania)" },
{ "value": "lu", "title": "Luba-Katanga" },
{ "value": "lv", "title": "Latvian" },
{ "value": "lv_lv", "title": "Latvian (Latvia)" },
{ "value": "mg", "title": "Malagasy" },
{ "value": "mh", "title": "Marshallese" },
{ "value": "mi", "title": "Māori" },
{ "value": "mk", "title": "Macedonian" },
{ "value": "mk_mk", "title": "Macedonian (Macedonia)" },
{ "value": "ml", "title": "Malayalam" },
{ "value": "mn", "title": "Mongolian" },
{ "value": "mr", "title": "Marathi (Marāṭhī)" },
{ "value": "ms", "title": "Malay" },
{ "value": "ms_my", "title": "Malay (Malaysia)" },
{ "value": "mt", "title": "Maltese" },
{ "value": "mt_mt", "title": "Maltese (Malta)" },
{ "value": "my", "title": "Burmese" },
{ "value": "na", "title": "Nauru" },
{ "value": "nb", "title": "Norwegian Bokmål" },
{ "value": "nd", "title": "North Ndebele" },
{ "value": "ne", "title": "Nepali" },
{ "value": "ng", "title": "Ndonga" },
{ "value": "nl", "title": "Dutch" },
{ "value": "nl_be", "title": "Dutch (Belgium)" },
{ "value": "nl_nl", "title": "Dutch (Netherlands)" },
{ "value": "nn", "title": "Norwegian Nynorsk" },
{ "value": "no", "title": "Norwegian" },
{ "value": "no_no", "title": "Norwegian (Norway)" },
{ "value": "nr", "title": "South Ndebele" },
{ "value": "nv", "title": "Navajo, Navaho" },
{ "value": "ny", "title": "Chichewa; Chewa; Nyanja" },
{ "value": "oc", "title": "Occitan" },
{ "value": "oj", "title": "Ojibwe, Ojibwa" },
{ "value": "om", "title": "Oromo" },
{ "value": "or", "title": "Oriya" },
{ "value": "os", "title": "Ossetian, Ossetic" },
{ "value": "pa", "title": "Panjabi, Punjabi" },
{ "value": "pi", "title": "Pāli" },
{ "value": "pl", "title": "Polish" },
{ "value": "pl_pl", "title": "Polish (Poland)" },
{ "value": "ps", "title": "Pashto, Pushto" },
{ "value": "pt", "title": "Portuguese" },
{ "value": "pt_br", "title": "Portuguese (Brazil)" },
{ "value": "pt_pt", "title": "Portuguese (Portugal)" },
{ "value": "qu", "title": "Quechua" },
{ "value": "rm", "title": "Romansh" },
{ "value": "rn", "title": "Kirundi" },
{ "value": "ro", "title": "Romanian, Moldavian, Moldovan" },
{ "value": "ro_ro", "title": "Romanian (Romania)" },
{ "value": "ru", "title": "Russian" },
{ "value": "ru_ru", "title": "Russian (Russia)" },
{ "value": "rw", "title": "Kinyarwanda" },
{ "value": "sa", "title": "Sanskrit (Saṁskṛta)" },
{ "value": "sc", "title": "Sardinian" },
{ "value": "sd", "title": "Sindhi" },
{ "value": "se", "title": "Northern Sami" },
{ "value": "sg", "title": "Sango" },
{ "value": "si", "title": "Sinhala, Sinhalese" },
{ "value": "sk", "title": "Slovak" },
{ "value": "sk_sk", "title": "Slovak (Slovakia)" },
{ "value": "sl", "title": "Slovene" },
{ "value": "sl_si", "title": "Slovenian (Slovenia)" },
{ "value": "sm", "title": "Samoan" },
{ "value": "sn", "title": "Shona" },
{ "value": "so", "title": "Somali" },
{ "value": "sq", "title": "Albanian" },
{ "value": "sq_al", "title": "Albanian (Albania)" },
{ "value": "sr", "title": "Serbian" },
{ "value": "sr_ba", "title": "Serbian (Bosnia and Herzegovina)" },
{ "value": "sr_cs", "title": "Serbian (Serbia and Montenegro)" },
{ "value": "sr_me", "title": "Serbian (Montenegro)" },
{ "value": "sr_rs", "title": "Serbian (Serbia)" },
{ "value": "ss", "title": "Swati" },
{ "value": "st", "title": "Southern Sotho" },
{ "value": "su", "title": "Sundanese" },
{ "value": "sv", "title": "Swedish" },
{ "value": "sv_se", "title": "Swedish (Sweden)" },
{ "value": "sw", "title": "Swahili" },
{ "value": "ta", "title": "Tamil" },
{ "value": "te", "title": "Telugu" },
{ "value": "tg", "title": "Tajik" },
{ "value": "th", "title": "Thai" },
{ "value": "th_th", "title": "Thai (Thailand)" },
{ "value": "ti", "title": "Tigrinya" },
{ "value": "tk", "title": "Turkmen" },
{ "value": "tl", "title": "Tagalog" },
{ "value": "tn", "title": "Tswana" },
{ "value": "to", "title": "Tonga (Tonga Islands)" },
{ "value": "tr", "title": "Turkish" },
{ "value": "tr_tr", "title": "Turkish (Turkey)" },
{ "value": "ts", "title": "Tsonga" },
{ "value": "tt", "title": "Tatar" },
{ "value": "tw", "title": "Twi" },
{ "value": "ty", "title": "Tahitian" },
{ "value": "ug", "title": "Uighur, Uyghur" },
{ "value": "uk", "title": "Ukrainian" },
{ "value": "uk_ua", "title": "Ukrainian (Ukraine)" },
{ "value": "ur", "title": "Urdu" },
{ "value": "uz", "title": "Uzbek" },
{ "value": "ve", "title": "Venda" },
{ "value": "vi", "title": "Vietnamese" },
{ "value": "vi_vn", "title": "Vietnamese (Vietnam)" },
{ "value": "vo", "title": "Volapük" },
{ "value": "wa", "title": "Walloon" },
{ "value": "wo", "title": "Wolof" },
{ "value": "xh", "title": "Xhosa" },
{ "value": "yi", "title": "Yiddish" },
{ "value": "yo", "title": "Yoruba" },
{ "value": "za", "title": "Zhuang, Chuang" },
{ "value": "zh", "title": "Chinese" },
{ "value": "zh_cn", "title": "Chinese (Simplified, China)" },
{ "value": "zh_hk", "title": "Chinese (Hong Kong)" },
{ "value": "zh_sg", "title": "Chinese (Singapore)" },
{ "value": "zh_tw", "title": "Chinese (Traditional, Taiwan)" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment