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

前端 未结 4 2143
别跟我提以往
别跟我提以往 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 11:06

    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

提交回复
热议问题