j18n is a replacement of java.util.ResourceBundle to support Unicode properties files. You can put UTF8 characters into your *.properties, and the only code change is to replace "ResourceBundle.getBundle(..)" with "J18n.getBundle(..)".
Very helpful for maintenance of languages with alphabet other than latin.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?