Localization library for handling translations in React.
Installation
npm install react-localize-redux --save
Documentation
The official documentation can be found online, and is divided into the following sections:
Not using React 16?
If you are unable to upgrade to at least react v16.0.0
in your app you do have the ability to use an
older version of react, but should only be used as a last resort. The Transalte component
requires the ability to render fragments and strings, which isn't available in older versions of react. See Can I use older versions of React? for workarounds to this issue.