Java resource bundle: Difference between revisions

Content deleted Content added
Locale (computer software) link~~~~
Translating a resource bundle: Removed paragraph about software which has been retired and is no longer available.
Line 7:
== Translating a resource bundle ==
Some [[Computer-assisted translation|CAT]] tools like [[OmegaT]], OmegaT+,<ref>[http://omegatplus.sourceforge.net/ OmegaT+]</ref> [[Swordfish Translation Editor|Swordfish]] or Sun's [[Open language tools]] can specifically handle resource bundles. In addition to these, translators can use any [[text editor]] to create new resource bundles or to modify existing ones.
 
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 ==