Just use properties files named the same as your Tapestry 5 filter.

In web.xml:
<filter>
        <filter-name>example</filter-name>
        <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
</filter>

example.properties, example_fi.properties etc.

Place this file in the same directory as your web.xml.

 - 99


Andy Pahne-3 wrote:
> 
> 
> For localization I could use a global message catalogue, because there 
> are some terms to translate that appear on many pages and inside many 
> components.
> 
> Is such a global message catalogue available?
> 
> 
> Andy
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-T5--global-messages-tp18978454p18978583.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to