Hello,I am trying to do something similar, but with language and
locale.What exactly does the user.header('accept-language') get? usually
the accept language has locale and factor weighting included.
Accept-Language - HTTP | MDN for example if i wanted to create a profile
script differentiating england from united states for english, i would
need to parse the language and locale. would the
user.header("accept-language") give me "en-gb" or "en-us"? Does using
console.log work for debugging these ...