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

前端 未结 4 1091
轻奢々
轻奢々 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 11:01

    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

提交回复
热议问题