Help with internationalization and language files

I was looking at the example on the Localization page here(Localization - Expo Documentation) and it seems like this is the way to go if you have a really small app and are only going to translate strings to only a few languages. However, it is more maintainable for large applications that will be translated to multiple languages to create a language json file for each language so that they can be translated as new strings are added. Is there an example out there of initializing an app and using individual language files to handle the translations?

Ideally, it loads fast enough that we can use the translated strings in the screen titles, we have a single file that we import that handles which string to use, and there is no detaching of Expo. Is this possible?

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