Skip to content

Speaking percentage stat fetched from an API ? #13

@kissu

Description

@kissu

Hi dude, firstly: thank you for the package ! 🙏

I'm currently looking to find all the countries speaking 🇫🇷 but without 🇬🇧 as primary. So I've used .getLanguage('fr'... and found almost what I needed.

My question is, in the case of Canada

{
  "code_2": "CA",
  "code_3": "CAN",
  "numCode": "124",
  "name": "Canada",
  "languages": ["eng", "fra"],
  "langCultureMs": [
    {
      "langCultureName": "en-CA",
      "displayName": "English - Canada",
      "cultureCode": "0x1009"
    },
    {
      "langCultureName": "fr-CA",
      "displayName": "French - Canada",
      "cultureCode": "0x0C0C"
    }
  ]
}

The languages field seems to indicate that english is dominant here (because it comes first). Is it based on any specific API that is getting updated or did you do that by yourself (manually checking the value) ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions