BEA Server Server User Manual


 
Internationalization Guide A-1
APPENDIX
A Localizer Class
Reference for BEA
WebLogic Server
The following sections provide reference information for Localizer classes:
About Localizer Classes
Localizer Methods
Localizer Lookup Class
Note: This information on
Localizer class methods is provided as reference for
advanced users. Normally, users will not need to use these interfaces directly.
About Localizer Classes
Localizers are classes that are used by applications and server code to localize text
for output. The
i18ngen utility creates Localizer classes based on the content of the
message catalog.
One
Localizer class is generated for each catalog file. The name of the class is the
catalog name (without the
.xml extension, which is stripped by the utility), followed
by
LogLocalizer. A Localizer class for the catalog ejb.xml is
ejbLogLocalizer.