Java resource bundle: Difference between revisions

Content deleted Content added
replace java.sun.com deadline with archive.org version
Added short description
Tags: Mobile edit Mobile app edit Android app edit App suggested edit App description add
Line 1:
{{Short description|Computer language data file}}
{{also|Resource (Java)}}
A resource bundle is a [[Java (software platform)|Java]] [[.properties]] file that contains [[Locale (computer software)|locale]]-specific data.<ref>{{Cite web|first=John|last=O'Conner|archive-date=2007-01-03|title=Java Internationalization: Localization with ResourceBundles|url=http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/|archive-url=https://web.archive.org/web/20070103035343/http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/|access-date=2020-11-16|website=Sun Developer Network}}</ref> It is a way of internationalising a Java application by making the code locale-independent.