Localization

Localization is the process of adapting a digital product for a specific language, region, or culture. It goes beyond translation to include layout adaptation, format conventions, cultural appropriateness, and technical encoding.

What is localization in UX design?

Localization, often abbreviated as L10n, is the process of adapting a digital product to meet the language, cultural, and technical requirements of a specific target market or locale. It goes significantly beyond translation to include adapting layouts for text expansion and directionality, adjusting date, time, number, and currency formats to local conventions, replacing culturally specific imagery and references, and ensuring that the product's content and interactions are appropriate for local norms and expectations.

How does localization affect layout and design?

Languages expand and contract significantly when translated. German text is typically 30 to 40 percent longer than equivalent English text. Finnish and other agglutinative languages can produce extremely long single words. Arabic and Hebrew read right-to-left, requiring complete interface mirroring. Chinese, Japanese, and Korean use character-based writing systems that render differently at various sizes. Interfaces designed only with English text in mind frequently break when translated because strings overflow containers, truncate critical information, or destroy typographic rhythm. Constraints like fixed-width containers and truncation patterns that work in English often fail in other languages.

What are common localization mistakes in UX design?

Hardcoding text strings in design files rather than in a content management system makes localization require redesign. Using images that contain text requires separate assets for each locale. Assuming left-to-right reading direction creates significant rework for right-to-left languages. Using date formats like "1/2/24" which are ambiguous across locales creates errors. Assuming that all users have the same cultural references for icons, colors, and metaphors leads to interfaces that confuse or offend users in other markets. Testing with realistic translated content during design rather than after development catches these problems before they become expensive to fix.

Related terms

Related guides