Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • identifies the language variant of the software sending the request rather than the software's user's preferred locale, 
  • is usually redundant,
  • and more often than not is missing:

    Code Block
    Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36

Magnolia has no direct ready-made means how to check for the existence of and retrieve this type of locale information. The preferred locale information is communicated via the Accept-Language header.

...