Internationalization (often abbreviated i18n) is the process of making an application localizable for users in different locales, while localization (often abbreviated L10n) is the process of actually localizing an application for a particular locale. In today’s globally connected world, it is rare that an application does not need to support users in many different locales.
Pseudolocalization is the automated generation of fake translations of a program's localizable messages. Using the program in a pseudolocale generated in this manner facilitates finding bugs and weaknesses in the program's internationalization. Google has been using this technique internally for some time, and has now released an open-source Java library to provide this functionality at http://code.google.com/p/pseudolocalization-tool/.
http://google-opensource.blogspot.com/2011/06/pseudolocalization-to-catch-i18n-errors.html?spref=bl
http://google-opensource.blogspot.com/2011/06/pseudolocalization-to-catch-i18n-errors.html?spref=bl





0 comments:
Post a Comment