Is it possible to rewrite a URL according to preferred language of browser? 
I mean if the browser's preferred language is, for example, English then 
rewrite example.com/app/controller/index to 
example.com/app/en/controller/index. In routes.py I could set up languages 
but if I set default_language then it overrides language preference and if 
I don't then the URL won't contain the language identifier.

Reply via email to