Skip to main content
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

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!
Software localization blog category featured image | Phrase

Software localization

A Beginner’s Guide to Python’s locale Module

Explore the fundamental concept behind Python's locale module and learn how to use it for string, number, and date formatting.
Software localization blog category featured image | Phrase

Software localization

Website I18n with Django REST Framework and django-parler

How to set up and serve translated content with Django REST Framework and django-parler? We'll guide you through the entire process!
Software localization blog category featured image | Phrase

Software localization

How to Translate Python Applications with the GNU gettext Module

Learn how to use the GNU gettext module, bundled with Python's official standard library, to get your Python i18n and l10n development going.
Software localization blog category featured image | Phrase

Software localization

A Quick Guide to Django i18n

This guide will show you how to easily implement internationalization (i18n) and localization (l10n) in Django – the popular Python web framework.