Do not modify the standard eu<langid>.lng file. This file is replaced each time an updated version of the Knowledge Center is installed. You must create a customization file for the language in which you want to customize the Knowledge Center. Customization files (.cus) are never overwritten by Knowledge Center updates.

 

Each item in the file has as stringid and text. The numeric stringid is a unique value that identifies that particular block of text or relative path and name of a graphic file. The <text> value specifies the content for the item, that is, the texts block or file name.

 

To modify a customization file:

  1. Open the eu<langid>.cus file you created.
     
  2. Open its corresponding .lng file in Notepad.
     
  3. In the .lng file document, search for the text to be modified.
     
  4. After you have found the desired text, select and copy everything from <item  xxxxx = “##”> to and including </item>.
     
  5. Copy items that are to be customized to the appropriate section (text blocks added to <strings>) in the .cus file.  In the following example, you want to change the text for the “New User” button on the login page to say "Create New User":
     
    <item stringid="10">
        <text>Create New User</text>
    </item>
     
    Note: You should delete everything from the <locations> marker to the </locations> marker. It is not needed and may cause issues when the software is updated to a new version.
     
  6. Save the .cus file and close.
     
  7. Close the .lang file. If prompted, do not save changes.
     
  8. Refresh the browser window.

Table of Contents