What multinlingual database support for Django 1.3?

后端 未结 3 1998
轮回少年
轮回少年 2021-02-09 00:07

I am using Django for quite a while but each time I ask myself the same question again and again.

Which multilingual database backend should I use ?

I used

相关标签:
3条回答
  • 2021-02-09 00:40

    Take a look a these ressource pages:

    • Django Packages Model translation
    • Django Packages Internationalization
    • Django Wiki Model Internationalization
    0 讨论(0)
  • 2021-02-09 00:42

    one solution is to use this projet that is made by the creator of django-multilingual-ng ( django-hvad )
    but the probleme is that it's in alpha state.

    0 讨论(0)
  • 2021-02-09 00:59

    Have a look at django-transmeta

    http://code.google.com/p/django-transmeta/

    0 讨论(0)
提交回复
热议问题