|
Internationalization |
Top Previous Next |
Support for localization/internationalization is provided through a property bundle file, TableLibraryBundle.properties. This is a text file with key values in capital letters associated to values. By modifying this file with a simple text editor, you can use your own text strings for the various UI components defined in the library.
The file TableLibraryBundle.properties is provided with Table Library for the default system locale. You can supply your own property file for other locales by creating a TableLibraryBundle_[locale].properties file, where [locale] is the locale code. For example:
ru for Russian,
en for English,
en_UK for UK English,
de for German.
Make sure you publish this property file with your application.
See Sun's documentation on java.util.ResourceBundle for more information