Problem with locales in jbuilderX

hi there,

i don't know if this is a the best place to search for this but i have a problem. When running my app in jbuilder X it returns me the locale en_US, not the correct one, it should be nl_BE, now i made a executable jar , and ran it and it gives me the correct one. Where is the problem and how to solve this

THX

[339 byte] By [soulgoda] at [2007-10-1 7:58:45]
# 1

Hi,

Quite strange... Maybe you have installed an non-locale version of JBuilder (means an en_US version).

To find the correct properties, Java asks the OS, so your jar behavior is good. Maybe JB overrides the OS answer to give the JVM its own Locale...

I don't know where this parameter can be accessed, even if it is accessible...

freebana at 2007-7-9 20:50:14 > top of Java-index,Desktop,I18N...
# 2
You can use the jvm arguments:-Duser.language= and-Duser.region=/Kaj
kajbja at 2007-7-9 20:50:14 > top of Java-index,Desktop,I18N...