简体   繁体   中英

Chrome browser - navigator.language doesn't return country code

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

It seems to be a bug, and it has been reported to chromium

navigator.language result differs between english and other languages

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM