Commit 42cfbf4d authored by Nicolas Delaby's avatar Nicolas Delaby

Add support of default_language (english)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42057 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ece888e
...@@ -97,8 +97,8 @@ def startFakeEnvironment(start_openoffice=True, conf_path=None): ...@@ -97,8 +97,8 @@ def startFakeEnvironment(start_openoffice=True, conf_path=None):
if start_openoffice: if start_openoffice:
default_language = config.get('app:main', default_language = config.get('app:main',
'openoffice_user_interface_language', 'openoffice_user_interface_language', False,
'en') {'openoffice_user_interface_language': 'en'})
openoffice.loadSettings(hostname, openoffice.loadSettings(hostname,
openoffice_port, openoffice_port,
working_path, working_path,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment