File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Where to download i18n.jar file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Where to download i18n.jar file?" Watch "Where to download i18n.jar file?" New topic
Author

Where to download i18n.jar file?

Renjith mohanan
Ranch Hand

Joined: Jun 19, 2009
Posts: 52
Hi Friends,

I am developing a swing application, for which I need to use Language translation.
I searched a lot about Internationalization and used ResourceBundle class and properties file to build the Language translation.
But I used Google Language translator for creating the properties file, but it is not that much perfect.

So I need to create use i18N for this purpose and I need to create a keys.pot file (so that some one can edit the file) and I need to use the gettext method.
Is there any way to use the gettext in java also?

In many examples I found the import org.xnap.commons.i18n.I18nFactory, actually I don't know which jar file I have to download and from which site I have to download.

Please any one provides me a way for downloading the jar file or some tutorials for Internationalization.

Thanks In Advance

Renjith M


Personal E-mail: kalliyoorrenjith@gmail.com
Samuel Behrman
Ranch Hand

Joined: Oct 02, 2009
Posts: 49
Maybe you can download it from here:
http://www.java2s.com/Code/Jar/STUVWXYZ/taglibs-i18n.jar.htm


RAQ Report: Web-based Excel-like Java reporting tool.
Renjith mohanan
Ranch Hand

Joined: Jun 19, 2009
Posts: 52
Thanks Samuel,

We can download the gettextcommons jar file from this link

http://code.google.com/p/gettext-commons/

Thanks.

Renjith M
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Where to download i18n.jar file?
 
Similar Threads
Problem changing languages struts 1.2.9
internationalization with gettext and/or gettext-commons: Automatically replace static strings?
ClasscastException in Collections.sort()
Need i18n implementation in JSP
Internationalization on J2ME