-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
Labels
No labels