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

前端 未结 4 2152
别跟我提以往
别跟我提以往 2021-02-12 10:31

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:54

    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.

提交回复
热议问题