Localizability Testing & Pseudolocalization
Pseudolocalization is the process for verifying that an application is ready to be translated.
It verifies that the application UI can be easily localized to any language without making source code modifications.
Since localizability bugs have to be fixed in the source code, they must be looked for at the beginning of translation process so this tool allows you to avoid having to fix bugs for every language version at a later point.
Test Your Application Localizability
|
Modifications:
|
|
| Pre-text characters: | |
| Post-text characters: | |
Important Notes
If you take pseudo-localization very seriously, you'll need to test pseudolocalized input as well (say, try to submit Japanese texts instead of English).
Remember about culture specific numeric, dates and currency formatting.
Validate all dialog boxes. Verify tree structure, list boxes, other controls in various resolutions with pseudolocalized texts.
