International Enhancements in Java SE 6
November 25th, 2009
No comments
One important strength of the Java Platform, Standard Edition (Java SE) has always been its internationalization and localization support. The platform continues to evolve, and Java SE 6 provides developers even more control over how they access and use locale-sensitive resources in their applications. Java SE 6 provides the following major enhancements to its internationalization support:
- Resource control and access
- Locale-sensitive service
- Text normalization
- International domain names
- Japanese calendars
- New supported locales
Read more about this in the article:
Categories: Java