8

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 django-multilingual on Django 1.1, django-multilingual-ng on Django 1.2

I add a look at django-nani for Django 1.3 but there quite few problems :

  • No ModelAdmin API support :
  • I cannot modify the TranslatedFields on the save() method since the object is created by a post_signal after.

I which some people overthere could help me find a way to handle multilingual websites.

I like the way multilingual, multilingual-ng and nani handle languages in the admin with tabs.

Natim
  • 17,274
  • 23
  • 92
  • 150

3 Answers3

2

Take a look a these ressource pages:

Etienne
  • 12,440
  • 5
  • 44
  • 50
1

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.

francois
  • 135
  • 3
  • 9
0

Have a look at django-transmeta

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

Tommaso Barbugli
  • 11,781
  • 2
  • 42
  • 41