Localized storyboard is ignored (?)

I created the Swedish localization of my storyboard, but it does not load for iOS devices with the language set to Swedish - this is always the English version.

I have Localizable.strings in sv.lproj and they work when using the NSLocalizedString macro.

Are additional steps required? All I did was click the plus sign in the Localization section.

storyboardssettings

+6
source share
1 answer

No additional steps are required, in addition, when you are ready to start working on localization (that is, the storyboard is ready in your main application language), you must add localization to your project

How to add localization to project

and localize the storyboard for each language

enter image description here

0
source

Source: https://habr.com/ru/post/916128/


All Articles