Ok, after two hours of trying, Im gonna ask...
I have an app and I have it on several languages. Would be good if the default language of the app is the browser language but would be good too if an user can overwrite that language.
I mean, your browser is in English but you're German and you click on the German Flag to change the web language and remember that.
I tried with django-localeurl
It works OK, it show you the language on the url and even you can set that the default language is the browser language.
The problem come when I create a select box to change the language like the django-locateurl says. The select works but when I move to another page, the language changes to the default one. Doesn't save the new selected language.
I tried some forks that claims to fix that, a patch of the original one.. Nothing.
I read about putting SessionMiddleware before localeURLMiddleware, ...
Nothing.
So, anyone got this working or have used another lib for this?
Thanks.