Improve performance and reduce costs by generating a translation file for your app.
true
in your TranslationProvider
(this is the default setting), then we will check to see whether your translation file contains an entry for the content translated to “es” [Spanish]. This would be the most common scenario if you’re using translation files since it’s hard to translate an app ahead of time for every single possible dialect (we usually recommend just translating the base language to save time).targetLanguage
prop to your TranslationProvider
and set it equal to whatever language you’d like to include in your translation file.
translations
prop.
targetLanguage
prop once you’re done generating translations or your app will just always be in Spanish!