¿How to change language from Django URL?
- by eos87
Hi, i want to change the language when the user introduce in the url the locale, something like this http://mysite.com/es/, http://mysite.com/es/article-name, http://mysite.com/en/.
how can i do that?
Thanks