How to implement localization in reactjs?

后端 未结 3 886
情深已故
情深已故 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:13

    Yahoo has created a package for implementing localization in React that might be what you are looking for: https://github.com/yahoo/react-intl. It takes care of "dates, numbers, and strings, including pluralization and handling translations".

提交回复
热议问题