Hi, On Mon, Jan 3, 2011 at 9:53 AM, David Paleino <[email protected]> wrote: > I found that this really is a Java bug.
no, not really. The page at <http://java.sun.com/developer/technicalArticles/J2SE/locale/> explains: "Depending on the default locale is not wise. In multiuser applications, a single default locale is usually not appropriate for everyone using the system. Instead your application should explicitly provide a preference to all locale-sensitive objects." It is the applications responsibility to provide a preference for choosing the locale. Cheers, Torsten -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

