Directory "client_workspace"
The most important file in the client_workspace directory is the file client_workspace/JSXAPPS/weboffice/jss/language_weboffice_<locale>.xml
containing the WebOffice 10.9 R4 clients language resource bundles.
language_weboffice_user.xml – customizable client language bundle resources
Directory / File |
Description |
||
---|---|---|---|
client_workspace/JSXAPPS/weboffice/jss/ language_weboffice_<locale>.xml |
For each supported locale in WebOffice 10.9 R4 there exists a file with a language code at the end of the file name. E.g. •For English language_weboffice_en.xml, •For German language_weboffice_de.xml. Inside the file you find a list of <record> tags each of them uniquely identified by the attribute jsxid. The text value of the resource record is contained in the jsxtext attribute.
|
||
client_workspace/JSXAPPS/weboffice/jss/ language_weboffice_user.xml |
This file is used for customizing language bundle resources. You can easily save this file before updating your WebOffice web application and copy back the file after updating of the web application is finished. This way you will not lose any customized language resource bundle records. If you e.g. want to rename the Zoom In Tool for the English and German locale to My Zoom In respectively Mein Zoom In then you need to provide two entries in this file: •For the English locale insert an new line inside the <locale> tag •For the German locale insert an new line inside the <locale key='de'> tag
|
||
client_workspace/JSXAPPS/weboffice/jss/ properties_weboffice_user.xml |
This file is used for layout changes to WebOffice 10.9 R4. The parameters of properties_weboffice_user.xml override the default settings, which are set in synergis_weboffice.xml.
|
||
client_workspace/JSXAPPS/synadmin/jss/ language_synadmin.xml |
For each supported locale in the WebOffice administration pages (SynAdmin) a <locale> tag is available in the file. E.g. •For English locale search for <locale>, •For German locale search for <locale key='de'>. Inside the <locale> tag you find a list of <record> tags each of them uniquely identified by the attribute jsxid. The text value of the resource record is contained in the jsxtext attribute.
|
WebOffice web application client_workspace directory