Detect the language & django locale-url
- by mamcx
I want to deploy a website in english & spanish and detect the user browser languaje & redirect to the correct locale site.
My site is www.elmalabarista.com
I install django-localeurl, but I discover that the languaje is not correctly detected.
This are my middlewares:
MIDDLEWARE_CLASSES = (
…