| This class is to get the resource file with the current locale
set by JDK. Use ResourceBundle objects to isolate locale-sensitive
date, such as translatable text. The second argument passed to
getBundle method identify which properties file we want to access.
The first argument refers to the actual properties files.
When the locale was created, the language code and country code
were passed to its constructor. The property files are named
followed by the language and country code.
|