Multilingual support

I’m developing a “dictionary-like” app: each term have its definition and other infos.
The data are multilingual: I have 5-6 indipendent list of terms (and definitions) in different languages.
What’s the best way I can accomplish a multilingual support in Expo?
Do I really need Redux (I don’t even know what’s the use for it)?
Is it possible to change the language “on-the-fly”? I mean it would be nice to switch language keeping the same route, without reloading the whole app.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.