DEV Community

Aleksa Krstic for Localizely

Posted on

Django Translation tutorial with an example

We noticed there are some unanswered questions on Django internationalization (i18n) topic. So we created a working example with Django Translation usage.

Example explains

  • Django Translation setup
  • i18n inside python code
  • i18n inside Django templates
  • i18n inside Javascript code
  • How to easily manage translations

Github repo

https://github.com/localizely/django_i18n_example

Full article on Django internationalization

https://localizely.com/blog/django-i18n-tutorial/

Top comments (0)