same concept as with legacy Java ApplicationResources.properties
so in struts.xml you should see the globalMessages<_locale>.properties 
identified via    <constant name="struts.custom.i18n.resources" 
value="globalMessages" />where english globalMessages.properties would 
containtoken.transfer.time=The bank transfer was executed at {date,HH:mm:ss 
MM-dd-yyyy}
 
and globalMessages_de.properties would containstoken.transfer.time=Die 
\u00dcberweisung wurde am {date,HH:mm:ss MM-dd-yyyy} durchgef\u00fchrtand in 
your jsp you would reference the property item with getText as in
<s:property value="getText('token.transfer.time')" />
http://struts.apache.org/2.0.11.2/docs/localization.htmlMartin 
______________________________________________ Disclaimer and confidentiality 
note Everything in this e-mail and any attachments relates to the official 
business of Sender. This transmission is of a confidential nature and Sender 
does not endorse distribution to any party other than intended recipient. 
Sender does not necessarily endorse content contained within this transmission. 
> Date: Mon, 4 Aug 2008 14:58:28 -0400> From: [EMAIL PROTECTED]> To: 
user@struts.apache.org> Subject: s2: non-English chars with <s:a..> tag> > Hi,> 
> <s:a> tag doesn't render its title attribute value properly if it> contains 
non-English chars.> > Example:> <s:a href=".." title="Français 
&#231;">...</s:a>> > Html <a> tag does it properly.> > How to get around it in 
using <s:a> tag?> > Thanks.> > 
---------------------------------------------------------------------> To 
unsubscribe, e-mail: [EMAIL PROTECTED]> For additional commands, e-mail: [EMAIL 
PROTECTED]> 
_________________________________________________________________
Got Game? Win Prizes in the Windows Live Hotmail Mobile Summer Games Trivia 
Contest
http://www.gowindowslive.com/summergames?ocid=TXT_TAGHM

Reply via email to