Author: jleroux
Date: Thu Jun 19 03:37:44 2008
New Revision: 669444
URL:
http://svn.apache.org/viewvc?rev=669444&view=revLog:
There is currently a problem on release demo servers (official and alternative). You can't change the language. Moreover on alternative server - mine -
backoffice sets itself by default to Spanish language and I can't change it. It's weird since it should be French like on official server since it should depend on my browser configuration.
As I'm using rc.ofbiz I 1st thought it was related to the change I commit here, but it did not fix the issue. Then I tried to launch using startofbiz.bat on my dev machine : same problem but in French. I have tried ant clean-all then ant run-install on both (svn st ok), no way.
Anyway I think it's needed in release4.0 so I commit the change. I give up for now, no more time to spend on this issue...
Modified:
ofbiz/branches/release4.0/rc.ofbiz
Modified: ofbiz/branches/release4.0/rc.ofbiz
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/rc.ofbiz?rev=669444&r1=669443&r2=669444&view=diff==============================================================================
--- ofbiz/branches/release4.0/rc.ofbiz (original)
+++ ofbiz/branches/release4.0/rc.ofbiz Thu Jun 19 03:37:44 2008
@@ -36,7 +36,7 @@
OFBIZ_LOG=$OFBIZ_HOME/logs/console.log
# VM Options
-JAVA_VMOPTIONS=-Xmx128M
+JAVA_VMOPTIONS="-Xmx128M -Duser.language=en"
# Java arguments
JAVA_ARGS="-jar ofbiz.jar"