What is the Java Internationalization and Localization Toolkit/Where can I get it?
Created May 4, 2012
Joe Sam Shirah The JIL Toolkit was developed by Sun's Technical Development Center. It basically contains four tools with a Swing interface that allow ( quote ):
Checking Java files for methods, classes, class constants, and strings that are locale-specific.
in an automated and interactive way.
Get it: JavaTM Internationalization and Localization Toolkit 2.0
.
Checking for hard-coded or inconsistent message strings.
Translating message strings and protecting strings that should not be translated.
Generating new resource bundles.