Customize interface messages - Fluid Topics - Latest

Manage Languages in Fluid Topics

Category
Technical Notes
Audience
public
Version
Latest

It is possible to customize the interface labels in Fluid Topics. To do so, user must modify the portal-$LanguageCode-messages.xml file, which contains the default labels.

To access this file:

  1. Go to the Languages tab of the Portal menu.
  2. Scroll to the language in question.
  3. Select Download under the Portal labels section.
  4. Open the XML file.
  5. Find a <label> to change, and add the new label between <custom> tags under <translation>.

    For example:

    <label>
      <id>server.applicationLoader</id>
      <comment>Message below loader</comment>
      <translation>
        <fallback>Loading Application...</fallback>
        <custom>Welcome!</custom>
      </translation>
    </label>
    
  6. Save the XML file.

  7. Select Upload to upload the modified XML file.
  8. Select the Save button.

Modifying information that is not between custom tags or that is between brackets corrupts the XML file.

It is possible to revert to default messages by selecting the Reset button.

The XML file available for download in this section of the interface is also used to manage the text of Fluid Topics email messages.