Internationalization Support
If you plan to run your adapter in multiple locales, you can internationalize an adapter quickly, without having to change any code in the adapter. To accomplish this, you use resource bundles. A resource bundle contains all display strings and messages used by the adapter at run time and at design time. A resource bundle is specific to a particular locale.
For more information, see
Creating Resource Bundles.