Internationalization for Java Web Applications.

Project

I18n is a simple way to deal with internationalization on java web application.

Versioning

I18n uses a simple versioning system: i18n-A.B.C.jar

Release Notes

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/ .

BugTracker And Email lists

Email Lists Bugtracker Just go to http://github.com/vidageek/i18n/issues and don't be ashamed of creating a new ticket!

Project Members

Currently active project members are:

Get Involved

You can get involved to I18n in a lot of ways. If you are just using it, you are already really helping us. Patches of any kind (source, documentation, etc) are always welcome. You can send your patches through our bugtracking system. Another way you can help is by answering new user's questions on our mailing list and also by giving us your feedback. You can even translate I18n documentation to your native language and help us spreading the project around the world.