Manage I18N for multiple applications

If you have multiple Mashup UI applications made with a single Exalead CloudView instance, use the MashupI18n.xml file of each application to control its localization.

  1. Go to the <DATADIR>/config/360/applications/<app-name>/*
  2. Edit the MashupI18n.xml file of the application as needed. The following sample shows an application with two languages.

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <MashupI18N xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     fallbackOnNormalizedForm="true" xsi:noNamespaceSchemaLocation=""> 
      <MessageList lang="fr">
        <Message message="Suggestions activées" code="noresults.suggestionEnabled"/>
      </MessageList>
      <MessageList lang="en">
        <Message message="Suggestions enabled" code="noresults.suggestionEnabled"/>
      </MessageList>
    </MashupI18N>