fix for storyboard localization#64
Conversation
|
@okankocyigit Doesn't seem like it's updating storyboards |
|
Currently if you are using Localize-swift with storyboard localization, when you select a language than restart your app you will see that storyboard localization did not change. Here is a sample scenario, This is a problem beacuse you have selected another language. When we set "AppleLanguages" in Localize-Swift, result is here, http://i.imgur.com/A63FEYd.mp4 PS: if you are using storyboard localization you have to refresh current controller or tell user to restart your app to get localize changes for button, label etc. |
|
Any updates on this? Is there a workaround? Thanks! |
|
Well i used several storyboards, one for each language.When user changes the language ,I reset the rootViewController and present the storyboard of selected language. |
Using Localize.setCurrentLanguage("fr") doesn't affect storyboard localization "AppleLanguages" was not set.
#61