Home:ALL Converter>How do I change a language of a particular page in Django website

How do I change a language of a particular page in Django website

Ask Time:2010-02-16T15:38:02         Author:Yury Lifshits

Json Formatter

Django internationalization allows me to set a language code either in settings file (site-wide) or on per-user / per-session basis.

How can I change language for a particular page?

I wrote a middleware that sets request.LANGUAGE_CODE the way I want it to be translated, but nothing seems to use this attribute to do the selected translation.

Author:Yury Lifshits,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/2271281/how-do-i-change-a-language-of-a-particular-page-in-django-website
yy