At the moment i don't know of any official support for that kind of internationalization from Django, there are a number of different Packages that try to address the problem with some level of success. In one project of mine i used the approach described in http://snippets.dzone.com/posts/show/2979 . You must remember however that in the end Django Models are only a representation of the data in your database, you can design you database to handle multiple languages just as you would wth PHP or any other framework.
2011/12/5 rentgeeen <rentge...@gmail.com> > I have a question about internationalization - > https://docs.djangoproject.com/en/dev/topics/i18n/internationalization/ > > What I want to how to translate stuff from DB, all at django official > say is about static content, what I have only found is this: > > http://packages.python.org/django-easymode/i18n/index.html > > Easymode > > I think there is more official way from Django no? > > thanks > > -- > 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. > > -- Andrés Reyes Monge armo...@gmail.com +(505)-8873-7217 -- 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.