Localization - 509dave16/react-native-prototypes GitHub Wiki

To approach localization it appears that all of the displayed text in our applications would have to be stored in a json file for the US locale. Then we would have to write some script that utilized a Google Translate API package to create Localization files in other languages. Then we would need a localization package in order to detect and utilize the correct locale file for the text we would display.