I am using Django for quite a while but each time I ask myself the same question again and again. W开发者_C百科hich multilingual database backend should I use ?
am trying to switch my application to use multilingual-ng, unfortunutely though, there is very little documentation and FAQ\'s online. I hope someone would be able to tell what is going on with my pra
I\'m using django-multilingual for a Django based website. When I define the __unicode__ function for a model to return this way:
I\'m developing a multilingual Django website. It has two languages, English and Hebrew. I want the default languag开发者_运维百科e for every first-time visitor to be Hebrew, regardless of what his br
Using django-multilingual and localeurl. Small sample of my main page view: def main(request): #View for http://www.mysite.com/
how do i order a the options of a form field by a translated field? models.py: class UserProfile(models.Model):