I am writing a JSF (ICEfaces) application using resource bundles to handle internationalisation.
The application nicely applies the (default) Dutch "nl" locale for the resource bundle but fails to apply the same locale on formatting floating point numbers, even if I explicitly set the locale for a page using <f:view locale="nl">
.
How do I make floating point numbers follow the current locale setting?