DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28850>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28850

StringManager does not format using the appropriate locale





------- Additional Comments From [EMAIL PROTECTED]  2004-05-08 22:21 -------
Sorry did not pay attention about ctor @since 1.4 however you can modify the 
code to use the setter which is ok for JDK 1.2+:

MessageFormat mf = new MessageFormat(value);
mf.setLocale(locale);
...

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

Reply via email to