-
Go to the
<DATADIR>/config/360/applications/<app-name>/*
-
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>
|