I'm looking for a list of countries with their main language(s) as well as Accept-Languages
ones.
For instance:
{
"south africa": {
country_code: za,
lang: en_ZA,
accept_languages: [en_ZA, zu_ZA, af_ZA]
},
"....."
}
Is there any list like this which I could copy?
Or from what source could I compile it?
accept_languages
comes from the browser, and in some browsers I am allowed to input a custom locale, whatever I want. So I can put any syntactically valid locale. For exampleja-Cyrl-ZA
(Japanese in South Africa written in Cyrillic script).Some other browsers only give you a limited list to choose from. Some don't even allow you to specify a region, only a language. Some give you a very short list of countries.
So there are differences between browsers.
If what you really want is a list of languages used in a country, independent of
Accept-Languages
, this might be a good source of info in a machine readable format: https://github.com/unicode-org/cldr/blob/main/common/supplemental/supplementalData.xmlSee the
<territoryInfo>
section. For example the info about South Africa is a line 4365: