Software AG Products 10.5 | CentraSite for Developers | Customizing CentraSite | Customizing CentraSite i18n Messages | Changing Message Value
 
Changing Message Value
After you have identified the message key, you must then manually configure the i18n properties file in the following way:
1. Open the i18nresources_xx.properties file.
You can find the i18nresources_xx.properties file on <CentraSiteInstall_Directory>/cast/cswebapps/BusinessUI/custom/resources.
Note:
If you don't have an i18nresources_xx.properties file that suits your language, create one custom properties file that ends with the language you are interested. For example, i18nresources _de.properties for German language.
2. Add the message ID and the corresponding text you want to display in the CentraSite Business UI as follows:
<ID of the message to be customized>=<text of the message to be customized>
Example:
INMBU_STR_WELCOME_PAGE_MESSAGE=Welcome to CentraSite
3. Repeat the previous step for the required message IDs.
4. Save your configuration.
5. Restart Software AG Runtime.
6. Log in to the CentraSite Business UI to see your customized messages.