Comment 3 for bug 1620528

Revision history for this message
Olivier Tilloy (osomon) wrote :

Note: according to https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/languages,

  « The value of navigator.language is the first element of the returned array. »

This is not the case in oxide, nor is it the case in chromium on desktop, where I have:

  navigator.language = "fr"
  navigator.languages = ["en-US", "en", "fr-FR", "fr", "ca", "es"]

So if that should be considered a bug, it’s a different one than this one.