A language can be spoken in multiple territories, to answer what is the language coverage of a country, we need to know the language spoken.
We need to have a population number per language to prioritize the display.
the solution
This script extract the population data from CLDR taken from https://github.com/unicode-org/cldr/tree/master/tools/java/org/unicode/cldr/util/data
comments
More information about the language/territory/population is given there: http://www.unicode.org/cldr/charts/latest/supplemental/territory_language_information.html
the problem
A language can be spoken in multiple territories, to answer what is the language coverage of a country, we need to know the language spoken.
We need to have a population number per language to prioritize the display.
the solution
This script extract the population data from CLDR taken from https://github.com/unicode-org/cldr/tree/master/tools/java/org/unicode/cldr/util/data
comments
More information about the language/territory/population is given there: http://www.unicode.org/cldr/charts/latest/supplemental/territory_language_information.html