List,<br><br>I have other projects in Jboss in code use, <span dir="ltr" id=":11l">without the opencms, worked the other project, use</span>:<br>    private static NumberFormat numberFormatDecimal = NumberFormat.getNumberInstance();<br>
<br>But, opencms change locale for "en", <span dir="ltr" id=":11l"> because do not know, and that disturbs many functions that were already working in another project (no-opencms projects):<br>I test in code </span> <span dir="ltr" id=":11l">other projects by setting the locale and it worked well conversions</span>:<br>
    private static Locale loc = new Locale("pt", "BR");<br>    private static NumberFormat numberFormatDecimal = NumberFormat.getNumberInstance(loc);<br><br><span dir="ltr" id=":11l">The big problem is that I can not change
these classes by paperwork and government, I need to find the opencms,
how to change it to the locale of the JVM not be changed, the opencms
is leaving as the villain of the story, because when started opencms,
the other systems stop working right, why change the locale</span> jvm. :-(<br><br> <span dir="ltr" id=":11l">I already checked-in opencm x.xml all nodes
that define the locale, have moved to en but it did not work, I'm
thinking it's some sort of internal, compiled, can someone help me?<br><br>Att,<br><br>Deiverson Silveira<br></span><br>