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

Software localization

Symfony Internationalization: A Step-by-Step Guide

Discover the power of Symfony, one of the trendiest PHP frameworks, and unlock its potential to expand your app's global user base by implementing robust multilingual support.
Software localization blog category featured image | Phrase

Software localization

Localized Form Validation

Form validation is difficult to separate from UX. So is internationalization. This tutorial will show you how to make both work together smoothly.
Software localization blog category featured image | Phrase

Software localization

A Practical Guide to the ICU Message Format

The ICU message format syntax is used by a number of i18n libraries and can often become a source of confusion itself. Let's clear some facts up about it!
Software localization blog category featured image | Phrase

Software localization

PHP i18n with Zend Framework

Preparing your website for translation is a crucial step to effective localization. This tutorial will guide you through PHP i18n with Zend Framework.
Software localization blog category featured image | Phrase

Software localization

Creating a WordPress Multilingual Site: Best Practices for Custom Theme Localization

Round out your understanding of Wordpress theme localization with a bunch of recipes for accomplishing common i18n and l10n tasks.
Software localization blog category featured image | Phrase

Software localization

Creating a WordPress Multilingual Site: Beginning Custom Theme Localization with gettext

Find out how to make a WordPress custom theme adaptable to multiple locales and localize it by learning the gettext system along the way.
Software localization blog category featured image | Phrase

Software localization

Creating a WordPress Multilingual Site: Content & Polylang

Robust i18n plugins like Polylang make the setup of a WordPress multilingual site simple and quick. Let's create a blog and internationalize it with ease.
Software localization blog category featured image | Phrase

Software localization

Babel’s I18n Advantages for Multilingual Apps

Python Babel is a well-known library for Python i18n and l10n. Learn how to use it and integrate it with Jinja2 templates in this tutorial.
Software localization blog category featured image | Phrase

Software localization

Introduction to the gettext Tools for Internationalization

The GNU gettext package is a powerful set of tools that can ease i18n and l10n for your applications. Get your skills going with this tutorial.