You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The platform should be able to display data in multiple languages based on user's geographical location. This can be done by including Internationalization bundles from where the text on all the pages should be coming from.
Current Behavior
There is no support for multiple languages. All the text is in English.
The text was updated successfully, but these errors were encountered:
@Aayush-1999 I think it is a beneficial feature, but can you share your workflow and changes you are planning to achieve this. Then you may start to work on it 😃
I will use react-i18next for implementing this feature. A folder name locales needs to be created inside the public directory which contains json files ,one for each language, For e.g. en (English), chi(Chinese). These json files will contain all the static data of the app in different languages but referenced to same object name.
Then every component or page needs to be updated to use the data from these json files by replacing the data value by their object name specified in json file. A javascript function to capture user's language from their browser will also be used.
Expected Behavior
The platform should be able to display data in multiple languages based on user's geographical location. This can be done by including Internationalization bundles from where the text on all the pages should be coming from.
Current Behavior
There is no support for multiple languages. All the text is in English.
The text was updated successfully, but these errors were encountered: