ReactNativeLocalization
ReactNativeLocalization copied to clipboard
Change locale for entire app
hi i implemented this library but after changing device language and i open background react native app but still its not changing language . I need when i open background app then localization should be happen.
@Pushpi1992 I think you should set a new locale when the app becomes an active state to match device locale.
You would do this with global localizedstrings and global state. After changing the language just initiate call setState for whole app