Becoming a Multilingual SuperHero in Django

Monday 5:30 pm, Salon F-H
All

About This Talk

You have got this super awesome REST API served through Django/DRF based project and suddenly these requirements come in:

We need to have a local support for the Chinese language!

In case, you’ve not written your application with localization and internationalization in mind, then “Boy! You’re in danger! You should better start praying to almighty to give you strength and endurance to support yet another language in your app”.

In this talk, we’ll see how do we support localization and serve our app in different languages, based on what language the client wants to communicate in. As a backend, we should be language agnostic and allow all clients to communicate with us in one of the languages we support.

We’ll see how to support translation for static data (using makemessages / compilemessages) and dynamic data, using various third-party services such as django-translations and transifex.

Here, static data is translations for all the fields, error messages etc. that the app already has and dynamic data is the custom data input by the user in the app.

This would enable you to have your admin panel, as well as RESTful APIs, served in different languages.

Photo of

Sanyam Khurana

  • CPython contributor and bug triage access on bugs.python.org - GSoC 2018 Mentor of Debian. - Mozilla Reps Mentor and contributor to Mozilla’s GeckoEngine, addons, remo projects. - One of the very few people to be featured in Mozilla credits (http://mozilla.org/credits) - RGSoC Mentor in 2016. - Core-Organizer for PyCon India 2016 & PyCon India 2017. Blog: http://www.SanyamKhurana.com/blog and medium.com/@CuriousLearner