Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Content & UX Writing
Localization-Ready Copy (i18n/L10n) — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Localization-Ready Copy (i18n/L10n)
A developer builds a UI string by concatenating: 'Your ' + accountType + ' account will expire in ' + days + ' days.' Why is this pattern a localization failure?
It uses English words that cannot be translated
Word order differs across languages so translators cannot reorder the segments, producing broken grammar
Concatenated strings are always longer and will overflow buttons
Dynamic values should never appear in user-facing copy
Check answer