Intermediate Localization Eng. #pseudo-locale#l10n-testing#i18n

Pseudo-Localization — Vocabulary and Techniques

5 exercises — 5 exercises practising pseudo-locale setup, string expansion testing, RTL simulation, and l10n readiness vocabulary.

0 / 5 completed
Quick reference: pseudo-localization
  • Pseudo-locale — a fake locale (e.g., en-XA, qps-ploc) that replaces strings with accented/expanded versions to catch i18n bugs
  • String expansion — German text is typically 30-40% longer than English; pseudo-locale simulates this by padding strings
  • Bracketed strings — wrapping strings in [brackets] identifies untranslated (hardcoded) strings at a glance
1 / 5

A QA engineer asks: "Why do we run pseudo-localization tests before sending content to translators?" Which answer is most accurate?