Resource bundles contain locale-specific objects.
In this way, you can write program code that is largely independent of the user's locale isolating most, if not all, of the locale-specific information in resource bundles.
This allows you to write programs that can:
a- be easily localized, or translated, into different languages
b- handle multiple locales at once
c- be easily modified later to support even more locales
In this way, you can write program code that is largely independent of the user's locale isolating most, if not all, of the locale-specific information in resource bundles.
This allows you to write programs that can:
a- be easily localized, or translated, into different languages
b- handle multiple locales at once
c- be easily modified later to support even more locales