1

I have created one django appEngine website in english language i want to convert that site in other language like hindi gujrati and much more language and give just one button on top of that converet in gujrati, hindi and any other language and hole site will be convert in to that perticular language.
Like in google crome that provide that facility to convert site in any language.

Bibhas Debnath
  • 14,559
  • 17
  • 68
  • 96
Jay Bhalodi
  • 387
  • 3
  • 19
  • Duplicated! http://stackoverflow.com/questions/10280881/django-site-with-2-languages – Othman Mar 13 '14 at 05:42
  • @Othman I want to try use google trancelate api not use the codding.through change i want trancfer hole site in other language – Jay Bhalodi Mar 13 '14 at 13:33

1 Answers1

1

You can do it in two ways -

  1. Use Django's own i18n and l10n feature. Provide your own translations and urls to use them.
  2. Use Google's translation toolbar, that shows an option like you mentioned happens in Google chrome. It'll show a toolbar with translate button with a language option and using it will translate whatever text you have on the page.
Bibhas Debnath
  • 14,559
  • 17
  • 68
  • 96