Bertrand, I've tried that but with no luck; it keeps using the en_US formatting instead of nl_BE (or fr_FR); does Cocoon overwrite this in some way?
I cannot believe that nobody in Europe haven't encountered that problem with Cocoon yet; in plain Java-code you can easily use java.textNumberFormat but how can you specify this in xsl or woody??? or just in general in a Cocoon webapp? Gunter Bertrand Delacretaz <[EMAIL PROTECTED]> 28-01-2005 09:28 Please respond to [email protected] To [email protected] cc Subject Re: decimal formatting Le 27 janv. 05, � 14:24, Gunter D'Hondt a �crit : > ...is there a way to set this for the whole Cocoon application? > something > like setting the locale for the xslt-transformer?.. You can set the Locale globally at the JVM level, by setting the appropriate command-line options when starting the JVM. Usually this is set by the user.language and user.country system properties. Dunno if it would help in your particular case, but that's what I'd try first. -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
