On Wed, 2010-09-08 at 00:32 -0700, hemi19 wrote: > Iam new to the django and i want know how can i translate my site > language > according to the country or any language. suppose if my user selects > chinese > language then the site should be showed in chinese language or my user > selects japanese site should show me japanese language (all the menu > items, > links etc.,) .Is it done by coding or any other way to get it. Please > help > me if u know
i18n. Check out the documents on internationalization and localization - django has comprehensive support for t range of languages. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

