Python Forum
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multilingual Website
#1
Hello!
I need to create multilingual website using django. I know, I can do it on front-end side.
My question is: Is it possible to translate website using django for 3+ languages (import file with necessary language to django, and then translate  it using this file). I heard about ugettext and ugettext_lazy. Can I use them to solve this problem, how, and are there any ways to do this task?:)
Reply
#2
You can always add a like to google translator see: https://support.google.com/translate/ans...4601?hl=en
Reply
#3
Google translate isn't a thing I'm looking for, cause it translates hard words and sentences like ( Exclamation ). So I'm forbidden to use it. I need to do it only adding custom translation to django. Btw, thx for reply.
Reply
#4
Then you can choose a translation package here: https://pypi.python.org/pypi?%3Aaction=s...mit=search
Also take a look at: https://docs.djangoproject.com/en/2.0/topics/i18n/
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020