--- Harring Figueiredo <[EMAIL PROTECTED]> wrote:
> [...]

Dude, just type it in.

In my properties file:

format.money={0,number,currency}

On my JSP:

<s:text name="format.money">
  <s:param name="value" value="123" />
</s:text>

Rendered output:

$123.00

Switch locale to Chinese (zh_CN, it's the only other
language I know, sorry), rendered output:

&#65509;123.00

I simply don't know what else to tell you.

Wait, that isn't the right symbol. But you get the
point... ar_SA renders as:

&#1585;.&#1587;.&#8207; 123

d.



       
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

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

Reply via email to