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
Take a look a these ressource pages:
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.
Have a look at django-transmeta
http://code.google.com/p/django-transmeta/