Advanced Level – Cross-Cutting
Internationalization Testing (i18n) – ISTQB Definition
Last Updated: July 12, 2026 · SoftwareTestPilot QA Team
Official ISTQB Definition
Testing that verifies a component or system can be adapted for various languages and regions without engineering changes.
In simple words
Test that the codebase is ready to be translated: date/number formats, RTL text, character encoding.
Exam tip
i18n happens once in code; l10n happens per locale. i18n test failures block all localization.
Related terms
- Localization Testing (l10n)Test each localized version: strings translated, dates/currency correct, layout unbroken.
- Compatibility TestingVerify the app plays nicely with other browsers, OSes or apps.
- Functional TestingDoes the feature do what the spec says? Login logs you in, checkout charges the right amount.
Practice this term in the ISTQB Mock Test
40 CTFL v4.0 questions, 60-minute timer, instant scoring and chapter-wise breakdown.
Practice in Mock Test