Hello,
Does anyone use django-nani for model translations?
I'm a newbie to django, and my question is:
How do you switch languages in after you've set up your translations
with django-nani?
Do I have to set up a url in urls.py with language codes in it,
and then in corresponding view filter my database queries based on
language code received from url
and then pass filtered query to the template?

Thanks in advance,
Peter

Here the author of django-nani speaks at DjangoCon Europe 2011 about
internationalization issues
http://2011.djangocon.eu/talks/28/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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