Internationalization for Java Web Applications.

Download

You can browse all I18n releases and sources at https://oss.sonatype.org/content/groups/public/net/vidageek/i18n/ or http://github.com/vidageek/i18n/downloads . If you use maven to build your project, you can just add the following lines to your pom.xml:
<dependencies>
...
    <dependency>
        <groupId>net.vidageek</groupId>
        <artifactId>i18n</artifactId>
        <version>0.5</version>
    </dependency>
...
</dependencies>
Or even browse and checkout our sources at http://github.com/vidageek/i18n/ .