This loses the behavior of looking at the Accept-Language headers to choose the most appropriate language. We'll have to see if we can reproduce that behavior using JavaScript. Sounds like we might need some server-side code to send back a JSONP of these headers, unless navigator.languages gives us what we want?
We used to do this server-side, but with https://github.com/whogoesfirst/who-goes-first/pull/44 we are now doing it with an HTML meta refresh.
This loses the behavior of looking at the
Accept-Language
headers to choose the most appropriate language. We'll have to see if we can reproduce that behavior using JavaScript. Sounds like we might need some server-side code to send back a JSONP of these headers, unlessnavigator.languages
gives us what we want?