Hi,
I've downloaded the multi-language build of glassfish.
I wonder how I can change the language e.g. currently german to english?
I've edited domain.xml and added this lines at least (according to
http://java.sun.com/developer/technicalArticles/J2SE/locale/ ):
--- SNIP ---
<jvm-options>-Duser.language=en</jvm-options>
<jvm-options>-Dorg.osgi.framework.language=en</jvm-options>
--- SNAP ---
I've also tried this both changes:
--- SNIP ---
<jvm-options>-Duser.language=en_US</jvm-options>
--- SNAP ----
And:
--- SNIP ---
<jvm-options>-Duser.language=en</jvm-options>
<jvm-options>-Duser.country=US</jvm-options>
--- SNAP ---
But everytime I access the admin page, it's all in german.
Any idea how I get an english text?
Thanks a lot!
[Message sent by forum member 'hegalor' (hegalor)]
http://forums.java.net/jive/thread.jspa?messageID=288038