This page answers frequently asked questions about internationalization in Java SE versions 6, 5.0, 1.4.2, and 1.3.1, as well as the J2EE web tier components. For questions that are not covered by this page or other product documentation, visit the
Java Internationalization Forum.
- General Questions
- Core Java Internationalization
- Desktop Java Internationalization
- Enterprise Java Internationalization
<!-- <span class="sp10"> </span><br /> -->
Internationalization is the process of designing software so that it can be adapted (localized) to various languages and regions easily, cost-effectively, and in particular without engineering changes to the software. This generally involves isolating the parts of a program that are dependent on language and culture. For example, the text of error messages must be kept separate from program source code because they must be translated during localization.
link : http://java.sun.com/javase/technologies/core/basic/intl/faq.jsp
解答了Java SE版本6、5.0、1.4.2、1.3.1以及J2EE web tier组件的国际化常见问题。
998

被折叠的 条评论
为什么被折叠?



