Hi, I just wanted to know what would be a good way to deal with localizations. I would like to control them with the environment, but that means having to trigger an action and then receiving the localized texts. For the first view I would require some initial state that just displays nothing, and then wait for the texts to come, then transition to the first real view. I'm thinking it might get cumbersome to do this for each view. Ideas?