Open Spouwny opened 8 years ago
Why would ?lang=en
be a user preference ?
We should think of a ranking system, but it seems weird to have a user adding himself ?lang=en
in his bar. You could use cookie or another way to do that
The term "user preference" is poorly choosen and the way to set this preference has nothing to do with the issue.
The issue is that the result of GET http://www.test.com?lang=en may be in an other language than specified by the url.
This could be really confusing. Visible settings should have the priority on invisible ones.
I agree with that but I'm struggling with time :/.
Getting www.test.com?lang=en with the header accept-language="fr" will be displayed in "fr".
I don't know if this is intended, but overriding user preference seems odd to me.
It seems related to #36