Overview
Infosys Equinox supports internationalization and localization of Admin consoles. All you need is to configure the admin console’s corresponding message property files in the required language.
Intended Audience
This document is intended for developers from either the Systems Integration partner or from the Infosys Equinox Solution team who wants to update the required message properties in the required language.
Configuring Message Properties
To configure message properties in the required language,
- Clone the common message properties file in the admin console. This is required as this file contains the properties that are common for all the admin consoles.
- Identify the admin that you want to localize and clone the corresponding message properties.The following table lists message properties for the admin in the English and French languages:
Sl. # Admin Console Name Property File In English In French* 1. Admin Console common_messages.properties common_messages_fr.properties 2. Account Admin messages.properties messages_fr.properties 3. Catalog Admin messages_en_US.properties messages_fr.properties 4. Merchandising Admin messages_en_US.properties messages_fr.properties 5. Pricing Admin messages.properties messages_fr.properties - In the cloned file, update the corresponding property value in the required language.
- Save the file using the following syntax:
- Admin Console – common_messages_<locale code>.properties
- Other Admin Consoles – messages_<locale code>.properties
Revision History
2022-04-10 | JP – Fixed link and http issues.
2020-09-08 | JP – Updated contents for Release 8.9
2019-06-03 | PLK – Page added.