Skip to main content
Software localization blog category featured image | Phrase

Software localization

The Difference between _() and {% trans %} in Django Templates

How do the _() and {% trans %} approaches in Django templates differ, and why should be one preferable rather than the other? A comparison.
Software localization blog category featured image | Phrase

Software localization

Pygame Tutorial: Localizing Video Game UI and Text

Writing video games for a global user base? Learn how to get ahead of the game in localization with Pygame and Babel.
Software localization blog category featured image | Phrase

Software localization

Web2py I18n Step by Step

Get to know everything you need to implement multilingual support for your web2py web—with our step-by-step web2py i18n tutorial.
Software localization blog category featured image | Phrase

Software localization

An I18n Walkthrough for Falcon Web Apps in Python

Want to build a multilingual application with the Falcon Python web framework? Follow this step-by-step tutorial to implement it painlessly.
Software localization blog category featured image | Phrase

Software localization

Using Google Translate in Python Applications

Learn how to efficiently use Google Translate in your multilingual Python development project by creating a simple script of your own.
Software localization blog category featured image | Phrase

Software localization

A Step-by-Step Tutorial on Python Tornado

Tornado is a Python framework and an asynchronous networking library that serves web applications. Learn its ins and outs in this Tornado tutorial.
Software localization blog category featured image | Phrase

Software localization

CherryPy I18n Cookbook with Babel and Jinja2

Get cooking with CherryPy: Learn how to prepare a multilingual web app and leverage the power of Babel and Jinja2 for tasty CherryPy i18n.
Software localization blog category featured image | Phrase

Software localization

Pyramid I18n Tutorial From Scratch

Learn everything you need to know about Pyramid i18n with Jinja2, and automate the generation of locale files in your Pyramid application.
Software localization blog category featured image | Phrase

Software localization

Flask App Tutorial on Internationalization

Let your Python Flask app say hi to the world in any language! Our Flask app tutorial will walk you through the process from start to finish!