About localizer classes, Describ, Localizer class reference for bea weblogic server – BEA WebLogic Server User Manual
Page 59
Internationalization Guide
A-1
A
PPENDIX
A
Localizer Class
Reference for BEA
WebLogic Server
The following sections provide reference information for
Localizer
classes:
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.