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

前端 未结 4 1160
轻奢々
轻奢々 2021-02-12 10:07

I\'m trying to add a localization. I\'ve read all those localization/internationalization guides from Apple and raywenderlich.com. I\'ve marked all my code with NSLocalizedStrin

4条回答
  •  我在风中等你
    2021-02-12 10:50

    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.

提交回复
热议问题