Re: Django translations on mobile

2017-11-04 Thread Andréas Kühne
Django (like other frameworks) listen to specific headers to check for languages (namely : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language). That is the same on all devices. The way we know what language to display the website in is through the browsers sending this infor

Django translations on mobile

2017-11-04 Thread 'steph' via Django users
Hello, I added translations to my django site - and it seems to work on desktop browsers. But on mobile phones not so: a user told me, he got the site in english despite his Samsung phone being setup in German. What can I do to detect the device language correctly? Thanks, Stephan -- You rec