You can find certain I18N problems by analyzing a product's source code. This section contains tests that you can either run as part of the build environment or run separately.
Not all flagged lines contain errors. The tests cannot always tell whether or not the lines represent text that is meant for users to see. This is why you must analyze the test results. Patterns on certain lines can be filtered out if post-processing is desired. The tests can be extended to cover whatever is needed. For instance, the information and scripts shown below were written for analyzing C and C++ programs. To test a product written in the Java programming language, use the scripts as templates and insert language-specific requirements as needed.
What the Test ChecksThe code should not contain the following items:
The test skips commented lines in C and C++ programs. Samples and ScriptsNOTE: Please remember that these are sample scripts and tools that may need customization for your product's syntax, naming conventions, and file locations.
| ||||||||
|
| ||||||||||||