BEA WebLogic Server User Manual
Page 78

D
TextFormatter Class Reference for BEA WebLogic Server
D-2
Internationalization Guide
Example of an Application Using a 
TextFormatter Class
shows an example of a simple message catalog for the HellowWorld
application.
Listing 4-3 Example of a Simple Message Catalog
"http://www.bea.com/servers/wls600/msgcat.dtd">  l10n_package="examples.i18n.simple"  subsystem="I18N"  version="1.0"  >    
 datelastchanged="967575717875"
 method="helloWorld()"
 >
 
 Hello World!
 
 
 
 datelastchanged="967575717804"
 method="helloAgain()"
 >
 
 Hello again
 
