Accept-Language test

JavaScript or XMLHttpRequest is not enabled.

For the purpose of comparison, the original Accept-Language header received by the server was en-us,en;q=0.5. Did them match?

.htaccess contents:

SetEnvIf Accept-Language "^(.+)$" acceptlang=$1
Header add X-Accept-Language "%{acceptlang}e" env=acceptlang