DjangoCon US 2018 - Becoming a Multilingual SuperHero in Django by Sanyam Khurana

DjangoCon US 2018 - Becoming a Multilingual SuperHero in Django by Sanyam Khurana

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.

This talk was presented at: https://2018.djangocon.us/talk/becoming-a-multilingual-superhero-in/

LINKS: Follow Sanyam Khurana 👇 On Twitter: https://twitter.com/ErSanyamKhurana Official homepage: http://www.sanyamkhurana.com/blog/

Follow DjangCon US 👇 https://twitter.com/djangocon

Follow DEFNA 👇 https://twitter.com/defnado https://www.defna.org/

Date Added: September 19, 2024

Watch Video