: : Modifying File Content

To modify the contents of the files:

  1. Get the files containing the labels in the Tomcat installation directory and go to webapps > akuiteo.collabs > WEB-INF > classes.
  2. Copy the text files messages.properties (contains the labels in French) and messages_en.properties (contains the labels in English).
  3. Move these files to a specific directory (for example C:\libelles).
  4. 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.

  1. Locate the line with this keyword (ex: line 12).
  2. login.connexion=Connection
  3. Replace the label Connection by the desired label.
  4. login.connexion=Go go go
  5. 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.