Localization

This application completely supports localization. Under the hood, we are using react-redux-localize plug-in.

Architecture

Localization is configured under the app/localization folder.

  1. Supported languages can be defined under index.js file in this folder on line 2.
  2. Different languages can be translated under translations folder in json format. Each translation is an array of strings. The order of strings should be the same as the order of languages defined in the first point.

Published On June 6, 2020 11:42 PM

Last Updated October 14, 2020 5:32 PM