hi friends,
i want to know what is resource budle?and what is its role?
thanks.............
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Nov 19, 2011, 12:49 AM
ResourceBundle is used for globalization of messages.
Benefits of using resource bundles
Extracting locale-sensitive objects such as strings from the code (as opposed to hard-coding them) means that the application can handle multiple locales without having to write different code for each locale. It also means that translators can deal with just the translatable text and not the programming code. Therefore, using resource bundles improves the internationalisation and the localisation process of a software product.
Refer the below link
http://www.javabeat.net/qna/37-what-is-the-use-of-resourcebundle-in-java/
Thanks
Vikas MishraPosted Nov 19, 2011, 1:01 AM