The I18 Component

Developing a localized application is supported by the Java language in a comfortable way. This package adds the feature of localized message bundles that consist of one or many localized texts that belong together. Think of an error message that consists of title, text, summary and error details. These localized texts are bundled to a localized error and can be referenced easily.

To get started go here .

Based on this concept localized exceptions are introduced that make dealing with internationalization a pleasure...

A message manager takes care of handling different pluggable message providers that enable you to easily migrate to the i18n-component.

It can handle a number of different message resources so that you can quickly reload messages based on a single resource.

Releases

See the downloads page for information on obtaining releases.

Documentation

The JavaDoc API documents are available online.

Class diagrams

For an easy overview there is a class diagram in PDF format.