I want my website to work with multiple languages. I have used react and node for implementing my website and it is completed for English language. And the requirement is that user can select the website language to be according to their preferences and it should be converted in that language.
I have come across with a package named as react-i18-next that is used for language conversion. But after going through the documentation, I have understood that only static texts can be converted with this package.
But the requirement is that, each and every texts which is visible on the webpage should be converted not just the static ones.