Localizability Testing & Pseudolocalization
Pseudolocalization is the process of verifying application readiness 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 searched at the beginning of the translation process, so this tool allows you to avoid necessity of fixing 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.
