How to implement localization in reactjs?

后端 未结 3 884
情深已故
情深已故 2021-02-02 12:33

We need to implement the localization in reactjs to define the string value(s). How can I implement that?

One link is there https://www.np

3条回答
  •  臣服心动
    2021-02-02 13:23

    We use react-i18next. And then use i18nexus to auto-translate and manage translations.

提交回复
热议问题