country stringlengths 5 20 | iso2 stringlengths 2 2 | official_languages listlengths 1 11 | common_languages listlengths 1 4 |
|---|---|---|---|
Afghanistan | AF | [
"Pashto",
"Dari"
] | [
"Pashto",
"Dari"
] |
Albania | AL | [
"Albanian"
] | [
"Albanian"
] |
Algeria | DZ | [
"Arabic",
"Tamazight"
] | [
"Arabic",
"Tamazight",
"French"
] |
Argentina | AR | [
"Spanish"
] | [
"Spanish"
] |
Australia | AU | [
"English"
] | [
"English"
] |
Austria | AT | [
"German"
] | [
"German"
] |
Belgium | BE | [
"Dutch",
"French",
"German"
] | [
"Dutch",
"French",
"German"
] |
Brazil | BR | [
"Portuguese"
] | [
"Portuguese"
] |
Canada | CA | [
"English",
"French"
] | [
"English",
"French"
] |
China | CN | [
"Standard Chinese"
] | [
"Standard Chinese"
] |
Denmark | DK | [
"Danish"
] | [
"Danish"
] |
Egypt | EG | [
"Arabic"
] | [
"Arabic"
] |
Finland | FI | [
"Finnish",
"Swedish"
] | [
"Finnish",
"Swedish"
] |
France | FR | [
"French"
] | [
"French"
] |
Germany | DE | [
"German"
] | [
"German"
] |
Greece | GR | [
"Greek"
] | [
"Greek"
] |
India | IN | [
"Hindi",
"English"
] | [
"Hindi",
"English"
] |
Indonesia | ID | [
"Indonesian"
] | [
"Indonesian"
] |
Ireland | IE | [
"Irish",
"English"
] | [
"English",
"Irish"
] |
Israel | IL | [
"Hebrew"
] | [
"Hebrew",
"Arabic"
] |
Italy | IT | [
"Italian"
] | [
"Italian"
] |
Japan | JP | [
"Japanese"
] | [
"Japanese"
] |
Mexico | MX | [
"Spanish"
] | [
"Spanish"
] |
Netherlands | NL | [
"Dutch"
] | [
"Dutch"
] |
New Zealand | NZ | [
"English",
"Māori"
] | [
"English",
"Māori"
] |
Norway | NO | [
"Norwegian"
] | [
"Norwegian"
] |
Poland | PL | [
"Polish"
] | [
"Polish"
] |
Portugal | PT | [
"Portuguese"
] | [
"Portuguese"
] |
Russia | RU | [
"Russian"
] | [
"Russian"
] |
Saudi Arabia | SA | [
"Arabic"
] | [
"Arabic"
] |
Singapore | SG | [
"English",
"Malay",
"Mandarin",
"Tamil"
] | [
"English",
"Mandarin"
] |
South Africa | ZA | [
"Zulu",
"Xhosa",
"Afrikaans",
"English",
"Sepedi",
"Tswana",
"Sotho",
"Tsonga",
"Swati",
"Venda",
"Ndebele"
] | [
"English",
"Zulu",
"Xhosa",
"Afrikaans"
] |
South Korea | KR | [
"Korean"
] | [
"Korean"
] |
Spain | ES | [
"Spanish"
] | [
"Spanish",
"Catalan",
"Basque",
"Galician"
] |
Sweden | SE | [
"Swedish"
] | [
"Swedish"
] |
Switzerland | CH | [
"German",
"French",
"Italian",
"Romansh"
] | [
"German",
"French",
"Italian"
] |
Thailand | TH | [
"Thai"
] | [
"Thai"
] |
Turkey | TR | [
"Turkish"
] | [
"Turkish"
] |
United Arab Emirates | AE | [
"Arabic"
] | [
"Arabic",
"English"
] |
United Kingdom | GB | [
"English"
] | [
"English"
] |
United States | US | [
"None"
] | [
"English"
] |
Vietnam | VN | [
"Vietnamese"
] | [
"Vietnamese"
] |
Languages by Country Dataset
A structured dataset listing official and commonly spoken languages for countries worldwide.
This dataset is intended for use in travel applications, translation tools, AI assistants, and geographic or cultural data analysis. It provides a simple mapping between countries and the languages most relevant to travelers and developers building global applications.
Dataset Overview
The dataset contains country-level language information including:
- Country name.
- ISO 3166-1 alpha-2 country code.
- Official languages.
- Commonly spoken languages.
Languages are represented as lists in the JSONL format and as semicolon-separated values in the CSV file.
Files
languages_by_country.csv— CSV version of the datasetlanguages_by_country.jsonl— JSON Lines version of the dataset
Schema
| Field | Type | Description |
|---|---|---|
| country | string | Country name |
| iso2 | string | ISO 3166-1 alpha-2 country code |
| official_languages | list[string] / string | Official languages of the country |
| common_languages | list[string] / string | Commonly spoken languages used by residents or travelers |
Example (JSONL)
{
"country": "Canada",
"iso2": "CA",
"official_languages": ["English", "French"],
"common_languages": ["English", "French"]
}
Intended Uses
This dataset can be used for:
- Travel planning and travel assistant applications.
- Language detection or translation context.
- Geographic AI systems.
- Cultural and linguistic analysis.
- Dataset enrichment for travel and mobility platforms.
Limitations
- The dataset focuses on commonly referenced languages rather than exhaustive linguistic coverage.
- Some countries have many regional languages which are not fully represented in this initial version.
License
This dataset is released under the Creative Commons Zero (CC0) 1.0 Universal license.
You are free to use, modify, and distribute the dataset without restriction.
Maintainer
Created and maintained by Brandon Travel.
- Downloads last month
- 17