Java resource bundle: Difference between revisions

Content deleted Content added
Cydebot (talk | contribs)
m Robot - Speedily moving category Java programming language to Category:Java (programming language) per CFDS.
Wkpmy (talk | contribs)
m Message Compiler info added
Line 9:
JavaPM<ref>[http://www.maxprograms.com/products/javapm.html JavaPM]</ref> is a free cross-platform utility that assists software developers in the localization of Java projects. JavaPM converts Java .properties files to XLIFF 1.2 format, allowing their localization using most modern [[Computer-assisted translation|CAT]]. Once the [[XLIFF]] files have been translated, JavaPM inserts the translations into the Java project, creating new .properties files or updating existing ones as necessary. It is not available anymore.
 
== Tools to create resource bundles ==
The [http://www.tmasoft.de/MessageCompiler/index.html Message Compiler] <ref>[http://www.tmasoft.de/MessageCompiler/index.html Message Compiler]</ref> is a tool to generate resource bundle files from a single source file containing localized text definitions in different languages. The Message Compiler creates also constant definitions for the keys used to access the localized texts with the methods of the [[Java]] class [http://docs.oracle.com/javase/6/docs/api/java/util/ResourceBundle.html?is-external=true ResourceBundle] and [[HTML]] documentation pages for each language.
== See also ==
*[[Bundled software]]