Edit Localization Messages

Editing localizations

  • From the Search screen itself user can update localization messages

  • Only message text can be edited, we are not allowed to change locale, module and code of the message.

  • There is a fixed action column in the results table.

  • Upon clicking the edit icon a modal is opened from where user can add the updated message

  • User can click on the submit button, a respective toast is shown and the search results are refetched and rendered with the updated message.

  • API used here is same as add localization.

  • Select the edit icon in the action column, update the text as needed, and then click submit to save your changes.

Bulk Edit Localizations

For updating multiple localization messages at once, you can use the Bulk Upload feature available in the Add Localization screen.

To perform bulk edits:

  1. Navigate to the Add Localization screen

  2. Click the "Bulk Upload" button

  3. Select the module you want to edit

  4. Download the template - This contains all existing localizations

  5. Edit the messages in the Excel file as needed

  6. Upload the modified file back to the system

Since the API uses an _upsert operation, existing records will be updated automatically when you upload the file with modified messages.

For detailed instructions on bulk upload, refer to:

Bulk Upload Localizations

Last updated

Was this helpful?