An internationalized program has the following characteristics -
- With the addition of localized data, the same executable can run worldwide
- Textual elements, such as status messages and the GUI component labels are not hardcoded in the program. Instead they are stored outside the source code and retrieved dynamically
- Support for new languages does not require recompilation
- Culturally dependent data, such as dates and currencies, appear in formats that conform to the end user’s region and language
- It can be localized quickly
No comments:
Post a Comment