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

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.

icon_comment

You will find the same jsxid for all supported languages.

Sample resource record:

<record jsxid='TOOLZOOMIN.TIP jsxtext='Zoom In'/>

If you want to change text values for specific resource records then DO NOT CHANGE them in the language_weboffice_<locale>.xml file. Use language_weboffice_user.xml instead.

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
<record jsxid='TOOLZOOMIN.TIP jsxtext='My Zoom In'/>

For the German locale insert an new line inside the <locale key='de'> tag
<record jsxid='TOOLZOOMIN.TIP jsxtext='Mein Zoom In'/>

icon_comment

You must need an XML editor which can open and store UTF 8 coded text files. DO NOT USE Microsoft Notepad for this. Validate the XML after customization by opening it in a browser (e.g. Internet Explorer)! This way you will directly get the response if your changes are valid.

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.

icon_comment

If you do not want to change layouts for all of your projects, you can copy the properties_weboffice_user.xml to the folder C:\Tomcat\webapps\<WebOffice application>\pub\styles and rename it. Changes in this xml file will not affect any projects unless you insert the XML name to a specific project configuration as a project skin in the Customer Information.

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.

icon_comment

You will find the same jsxid for all supported locales.

It is recommended not to change any resource records. You may lose customization during WebOffice update.

WebOffice web application client_workspace directory