Hi all,

is it possible to force a specific language (I am talking about real languages, i18n) while rendering a template?

I have an application which allows the user to choose a language and I set a default language in the settings. But now I want to render only one single page forcing a specific language which is NOT the default language (but is part of my LANGUAGES settings, although it may not be the users language).

I can not simple turn off translation because in this template I am using language sensitive filters and model names which would than return strings according to the default language. So I would like to force a language setting.

Thanks in advance,
Daniel

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to