Transtrl locates need-to-translate strings for Java software i18n
Transtrl is a need-to-Translate String Locator. It is an eclipse plugin that locates the constant strings that require translation for Java software internationalization (i18n) and further localization (L10n). The developers can either use the tool to work out a internationalized version quickly or check whether they forget to externalize some constant strings in their i18ned versions. The new version of the tool (TransVis) also support visualize how constant strings flows to the GUI and how the string is concatenated with other strings.
Translation web site is used to translate java resource bundles.
The main use case for this application is to enable development team to concentrate on development with single language while automatically communicating new localization needs to designated translators via email and offering web user interface for the actual translation process.
Resource bundle translation site can be applied as a standalone translation web application to translate Java resource bundles from source control. Easiest way to do this is to use translation-site-jetty Java...
JAPI is a collection of Java libraries that help with various tasks like argument parsing, i18n/l10n, creating gui applications, as well as tools that demonstrate this.