I18Nreferences
I18N - reference documents and articles
Contact kfrank@netbeans.org for more information or
with comments or questions about these pages.
Java
1. Using swing layout managers can help avoid resize problems http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html
2. java i18n tutorial
http://java.sun.com/docs/books/tutorial/i18n/index.html
http://java.sun.com/docs/books/tutorial/i18n/intro/checklist.html
3. jdk i18n info
http://java.sun.com/javase/6/docs/technotes/guides/intl/index.html
input methods http://java.sun.com/javase/6/docs/technotes/guides/imf/index.html
http://java.sun.com/j2se/1.5.0/docs/guide/intl
http://java.sun.com/j2se/1.4.2/docs/guide/intl
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/WebI18N.html
http://java.sun.com/j2se/corejava/intl/reference/faqs/index.html
http://java.sun.com/j2se/corejava/intl/index.jsp
http://java.sun.com/developer/codesamples/int.html
http://java.sun.com/j2se/corejava/intl/reference/techart/index.html
http://forum.java.sun.com/forum.jsp?forum=16
http://java.sun.com/javase/technologies/core/basic/intl/faq.jsp http://java.sun.com/javase/technologies/core/basic/intl
4. j2ee/ejb/web apps i18n info
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n.html
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n2.html http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n3.html
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n4.html http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n5.html http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n7.html http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n8.html http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n.html
http://java.sun.com/developer/technicalArticles/Intl/MultilingualJSP/index.html
http://developer.sun.com/dev/gadc/technicalpublications/articles/archi18n.html
http://www.javaworld.com/javaworld/jw-04-2004/jw-0419-multibytes.html
5. other articles
http://developers.sun.com/techtopics/global/technology/arch/
http://developers.sun.com/techtopics/global/index.html
http://developers.sun.com/techtopics/global/reference/faqs/index.html
http://java.sun.com/developer/JDCTechTips/2003/tt0110.html
[http://java.sun.com/developer/technicalArticles/Intl/HTTPCharset
http://java.sun.com/developer/EJTechTips/2005/tt1220.html
6. Planning for Internationalization and Localization
Layout Managers
You can use a layout manager to control the size and location of the components in your application. For example, Figure 18 shows that the Sound File label becomes longer when it is translated from English to Japanese. The spacing between the Sound File label and its text field, however, is the same in both dialog boxes. For more information on layout managers, see The Java Tutorial at http://java.sun.com/docs/books/tutorial.
Using swing layout managers can help avoid resize problems
http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html
http://java.sun.com/developer/technicalArticles/GUI/AWTLayoutMgr/
http://articles.techrepublic.com.com/5100-22_11-5035140.html
http://java.sun.com/javaone/sf/2006/sessions/general/netbeans_gui_thursday.jsp
http://weblogs.java.net/blog/joconner/archive/2006/05/professional_sw.html
MySql
http://dev.mysql.com/doc/refman/5.1/en/internationalization-localization.html
Ruby/Rails
in progress
Javascript
in progress
PHP
in progress
Groovy/Grails
in progress
Python/Jython
in progress