0

Looking for something compatible with ReactJS to make my Web Application multilingual along with RTL to LTR and vice-versa.

As per my research, I found NPM package called "react-intl" backed by Yahoo using FormatJS is relevant solution. https://www.npmjs.com/package/react-intl

Is that reliable to use for Arabic language as well?

Do you know any other stable and scalable solution?

Krupal Patel
  • 512
  • 8
  • 12

2 Answers2

2

Yes, That's perfect you can use https://www.npmjs.com/package/react-intl for Internationalization in React. Also I did using above npm in Arabic, Hindi, Spanish. Go through this link(https://medium.freecodecamp.org/internationalization-in-react-7264738274a0) which is helpful.

Himanshu Pandey
  • 688
  • 2
  • 8
  • 15
  • This is very useful. Also, May I know have you developed OR delivered similar Web Application in ReactJS? If yes, it would be great if you can share URL. – Krupal Patel May 21 '18 at 06:17
0

I use react.i18next specially when i'm using react hooks here's a good step by step guid docs

Harvester Haidar
  • 531
  • 7
  • 16