Advanced Interview #localization #i18n #l10n #interview-prep

Localisation Engineer Interview Questions

5 exercises — choose the best-structured answer. Focus on i18n vs l10n, ICU MessageFormat, pseudo-localisation, TMS selection, and continuous localisation pipelines.

Structure for localisation engineer interview answers
  • Tip 1: Distinguish i18n from l10n: internationalisation = making code adaptable; localisation = adapting content for a specific locale
  • Tip 2: Name the standard formats: ICU MessageFormat, XLIFF, BCP 47 — correct terminology signals depth
  • Tip 3: Show pipeline thinking: continuous localisation integrates with CI/CD; translation is not a one-time export
  • Tip 4: Mention QA techniques: pseudo-localisation catches layout bugs before real locales are available
0 / 5 completed
1 / 5
The interviewer asks: "What is the difference between internationalisation (i18n) and localisation (l10n)? Give a concrete example of each."
Choose the most complete and accurate answer.