What problem does it solve?
Interfaces designed only for English break when translated: text overflows containers, layouts fail in right-to-left languages, and colors or icons carry unintended cultural meanings. This Skill provides the design rules to build components that survive any locale without per-language redesigns.
Core Features & Use Cases
- Text Expansion Planning: Apply language-specific expansion factors (German +20–35%, Finnish +30–40%) with flexible containers, min-width buttons, and truncation fallbacks.
- RTL Layout Support: Mirror layouts, directional icons, and navigation for Arabic, Hebrew, Persian, and Urdu using CSS logical properties like margin-inline-start and text-align: start.
- Cultural & Locale Adaptation: Account for color semantics, iconography taboos, and locale-aware date, currency, and address formats via Intl APIs.
- Use Case: Before shipping a checkout flow to Germany and Saudi Arabia, validate that buttons handle 35% text expansion, the layout mirrors correctly in RTL, and date fields use locale-aware formatting.
Quick Start
Review this checkout page design for localization readiness, checking text expansion tolerance, RTL mirroring, and locale-specific formats.