Fixing i18n Issues FAQ: Difference between revisions
Jump to navigation
Jump to search
Created page with "===How can I tell if I am using the correct method call for a supported locale?=== For many of its supported languages, Globalyzer will provide you with information and direc..." |
No edit summary |
||
| Line 1: | Line 1: | ||
===How can I tell if I am using the correct method call for a supported locale?=== | ===How can I tell if I am using the correct method call for a supported locale?=== | ||
Revision as of 20:48, 26 May 2012
How can I tell if I am using the correct method call for a supported locale?
For many of its supported languages, Globalyzer will provide you with information and direction for refactoring methods and functions, giving examples and cross references when appropriate. It’s probably the largest on-line internationalization help system existing anywhere.
Will Globalyzer help me adapt my application to support Unicode?
Yes, as is necessary to your particular programming language. You will have a number of character encoding support choices.