I\'m building an app that will need to be available in multiple languages and locales.
My question is not purely technical, but rather about the architecture, and th
If not yet done having a look at https://react.i18next.com/ might be a good advice. It is based on i18next: learn once - translate everywhere.
Your code will look something like:
{t('simpleContent')}
Hello {{name}}, you have {{count}} unread message. Go to messages.
Comes with samples for:
https://github.com/i18next/react-i18next/tree/master/example
Beside that you should also consider workflow during development and later for your translators -> https://www.youtube.com/watch?v=9NOzJhgmyQE