License: Apache 2.0
Status: Beta
Dependencies: Java 1.5, no third party jars
Contact: stephan@codehaus.org
Messages is a free framework to make internationalization easy for Java applications. It supports locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installer or logging which probably should always be in the language of the admin :-)
Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions.
Messages supports global locales for client applications written in Swing or SWT and thread local ones for serverside web applications. Messages currently needs Java 1.5
Example:Compare this to the standard JDK i18n (adapted from the must-read Sun i18n tutorial):
Older versions of Messages are archived here.