Why can't I add localization to my iOS app? Why can't I add localization to my iOS app? xcode xcode

Why can't I add localization to my iOS app?


You need to first add your localizations to your project. Click on the project file, ensure that the project, not the target, is selected in the middle pane and then choose the "Info" screen. There's a area called "Localizations" where you can add languages. You should then be able to localize your resources.

Important pieces


Another possible issue is that you are not selecting appropriately the project, which leads to all languages in the Add localization list being disabled.

By default the target may be selected, make sure you select the project instead. Then you can use the Add localization normally.

enter image description here

enter image description here


Something which kept me busy for too long. I looked over the language I needed (Swedish) in the first list and took the one from the "Other" list. Well my phone or emulator didn't change at all to Swedish. But when I took Swedish from the first list it got nicely updated when changing the language settings.

enter image description here