Display the Table of Contents
: : Modifying File Content
To modify the contents of the files:
- Get the files containing the labels in the Tomcat installation directory and go to webapps > akuiteo.collabs > WEB-INF > classes.
- Copy the text files messages.properties (contains the labels in French) and messages_en.properties (contains the labels in English).
- Move these files to a specific directory (for example C:\libelles).
- Edit the content that comes in the form key=value with a text editor (Notepad, etc.).
Example
We will replace the word Connection in the button on the home page.
- Locate the line with this keyword (ex: line 12).
login.connexion=Connection
- Replace the label Connection by the desired label.
login.connexion=Go go go
- Save.
Notes : It is imperative that a key / value pair per line (the separator being the carriage return). Whenever you change a keyword, restart the Tomcat server that hosts the Employee / Manager / CRM Portal.
Display the Table of Contents