navigator.language list of all languages

前端 未结 5 1114
你的背包
你的背包 2021-02-12 04:33

Where i can see the list of languages and their codes?

I want to compare languages and auto-select required language in template.

Are they cross-browser equal?

5条回答
  •  粉色の甜心
    2021-02-12 05:11

    In some case, navigator.language can return something like "sr-Latn-RS"

    According to MDN (https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/language) navigator.language can return every value valid in BCP-47: https://tools.ietf.org/html/bcp47

提交回复
热议问题