Internationalization Demo Project
External Links
- Java Trail: Internationalization
- Java Internationalization HomePage
- Internationalizing a GUI form –
- International Swing Presentation and Demo – has chinese as one option
-
GoogleCode: Gettext Commons project provides Java classes for internationalization (i18n) through GNU gettext. The lightweight library combines the power of the unix-style gettext tools with the widely used Java ResourceBundles. This makes it possible to use the original text instead of arbitrary property keys, which is less cumbersome and makes programs easier to read. Has a message handler.
- I18nExample.com gettext example
- Java I18n best practices with messages implemented – links below to I18nEdit too
- I18nUtil – message handler
- Java Class I18n
- jhorstman I18n Github library page
- WindowBuilder Pro Java I18n is an Eclipse plugin
- Keleido Foundry I18n Presentation
- NetBeans wiki has example of how to internationalize a MESSAGE at the bottom of the page. This uses stock NetBeans I18n. Uses the form: System.out.println(java.util.ResourceBundle.getBundle("examples/Find").getString("Start"));
- Recommendations how to internationalize netbeans project
Netbeans Native I18n Capabilities
- Internationalizing a GUI Form – handles both control property strings and message strings. Does it handle updates well??
Additional Links
- Drupal Internationalization
- GNU GetText – Wikipedia: Gnu GetText
- GNU GetText for Win32
- GetText for Windows 32
- VB Language manager Pro – WhippleWare.com
- Java I18nEdit – for managing Java internationalization files
0 Comments