Skip to content

Localization

Internationalization is the process of designing and developing a product for localization into specific languages and regions.

Introduction

Internationalization (i18n)

Internationalization (sometimes abbreviated as i18n) is the entire process of designing and developing a product that can be adapted to different languages and regions. It is the foundation for high-quality and efficient localization.

Localization (l10n)

Localization (sometimes abbreviated as l10n) is the process of adapting a product to the language and cultural norms of a specific target market so that it feels natural to local users. This goes beyond simple translation and includes script direction (LTR/RTL), formatting numbers, times, dates, and addresses, and adapting illustrations. Localization requires an internationalized product and must be performed for each target market.

Localization example

This example shows how values, dates, and times should be displayed after the product has been localized.

Translation

Translation is the central linguistic component of localization, whereby the tone must be adapted to local requirements and the meaning must be conveyed accurately. It is important for UX writers to consider that languages differ not only in terms of word order, plural rules, and punctuation, but an English word can have multiple meanings and be translated into other languages using completely different words. In addition, an English word can have multiple meanings and be translated into other languages using different words.

LTR (Left-to-Right)

LTR refers to languages (e.g., English, German, French, Spanish) and scripts that are written and read from left to right.

RTL (Right-to-Left)

RTL refers to languages (e.g., Arabic, Hebrew, Persian) and writing systems that are written and read from right to left.

Because of these differences, it's important for UX writers to consider that often the entire user interface must be mirrored, which imposes significant demands on internationalization.


Except where otherwise noted, content on this site is licensed under MIT License.