Content deleted Content added
Javawizard (talk | contribs) Undid revision 418755744 by 59.93.83.249 (talk) due to vandalism |
m →Translating a resource bundle: HTTP to HTTPS for SourceForge |
||
(18 intermediate revisions by 14 users not shown) | |||
Line 1:
{{Short description|Computer language data file}}
A resource bundle is a [[Java (software platform)|Java]] [[.properties]] file that contains [[locale]]-specific data.<ref>[http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/ O'Conner, B. ''Java Internationalization: Localization with ResourceBundles'', Sun Developer Network.]</ref> It is a way of internationalising a Java application by making the code locale-independent.▼
{{also|Resource (Java)}}
▲A resource bundle is a [[Java (software platform)|Java]] [[.properties]] file that contains [[Locale (computer software)|locale]]-specific data.<ref>
== Naming a resource bundle ==▼
== Benefits of using resource bundles ==
Line 21 ⟶ 7:
== Translating a resource bundle ==
Some [[
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 (programming language)|Java]] class [http://docs.oracle.com/javase/6/docs/api/java/util/ResourceBundle.html?is-external=true ResourceBundle (6)], [https://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html ResourceBundle (7)] and [[HTML]] documentation pages for each language.
== See also ==
*[[Bundled software]]
== References ==
Line 29 ⟶ 19:
{{DEFAULTSORT:Java Resource Bundle}}
[[Category:Java (programming language)]]
|