JavaScript - get the complete list of locales supported by the browser

后端 未结 2 2178
忘掉有多难
忘掉有多难 2021-02-19 03:59

I\'ve found supportedLocalesOf, but is there a way to get all supported locales, not just check which among a given list are supported?

The \'*\' tag option des

2条回答
  •  甜味超标
    2021-02-19 04:37

    I looked at this a little bit, and did some testing use Chrome.

    navigator.languages
    

    This returns an array of supported languages. Initially mine was only en-Us and en, however I added Welsh, and it was returned.

提交回复
热议问题