问题
Since last few months I got the problem to detect countryCode from window.navigator.language. My current language on chrome is French(Switzerland)
Currently it return only the language:
window.navigator.language: fr
It was return language-contryCode:
window.navigator.languge: fr-ch
I did a lot of try but currently I cannot detect it from chrome browser. Do you have any idea to solve this problem ? updated: This is my current setting: And here is the result from chrome: Hope I will get some help. Thank you
回答1:
It seems to be a bug, and it has been reported to chromium
navigator.language result differs between english and other languages
来源:https://stackoverflow.com/questions/48223412/chrome-browser-navigator-language-doesnt-return-country-code