[Me]:- Guruji, if I have to do Globalization testing, what questions I will need ask and get answers for effective testing
[Guruji]:- You can ask yourself these questions
1. What languages will users be allowed to input information in?
2. Will complex script input be supported? Are there different behaviors that should be observed here?
3. What encodings are supported? Not just code-page encodings, but Unicode UTF format and conversions as well.
4. What code pages are supported? Microsoft? Mac? OEM?
5. Will this application be code-page-dependent?
6. Does your application need to do any escapings of the input?
7. Does the application accept extended ASCII, double-byte, complex script, RTL, or Unicode input?