There's no official support for translation of what you have in your
DB - but that's because it's not a core need of most projects, coupled
with the fact that there are a number of ways to do it, none of which
are more correct than the other. For example - do you have a mirror db
per language, or is each translation part of the objects in the
original DB?

Basically, it comes down to what you need, best fit, extensibility and
personal taste.

There are two projects in particular that address this issue that I'm
aware of, django-rosetta and django-hvad. There is a third,
django-multilingual, but it explicitly states "THIS PROJECT IS *NOT*
SUPPORTED AND SHOULD NOT BE USED UNLESS YOU KNOW EXACTLY WHAT YOU'RE
DOING!!!" (caps aren't mine)

You can see more about them here:

http://djangopackages.com/grids/g/i18n/

Cheers
L.

On Wed, Dec 7, 2011 at 00:40, Andres Reyes <armo...@gmail.com> wrote:
> 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.

-- 
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