Managing resources for localization
The BlackBerry® IDE includes a mechanism for localizing text strings without coding changes.
The resources for a given locale are stored in a ResourceBundle object. A ResourceBundleFamily object contains a collection of ResourceBundle objects. This object groups the resources for an application. The application can then switch languages, depending on the user's locale, without new resource bundles.
The BlackBerry IDE compiles each resource bundle into a separate code (.cod) file. You can load the appropriate .cod files onto a BlackBerry device with the other source files for the application.
See the BlackBerry Java Development Environment Fundamentals Guide for more information about using resource files.