you have to deal with locale specific
- messages
- dates
- numbers and currencies
- replacements
- conversions
- encodings
- sorting / collation
- test bounderies
- layouts
- .....
the best open source library in this domain I'm aware of is ICU. As always a software tool does not solve the problem itself it just gives you a solid base once you understand what needs to be done ;-)
related links:
- ICU Homepage
- CLDR Project
- opentag
- a bit outdated but still a good overview of software internationalization and localization
No comments:
Post a Comment