Xcode Localization is driving me nuts! Not loading Storyboard

后端 未结 5 884
再見小時候
再見小時候 2020-12-25 13:25

It\'s been 2 days this issue is driving me nuts.

I\'m trying to localize my iOS app but for the life of me I can\'t get it to work. It works easy enough when I try o

5条回答
  •  天涯浪人
    2020-12-25 13:31

    What I faced is only typo error like

         "zu0-GQ-ymP.text" = "Meeting End Time;
    

    just make sure and check each strings in Main.strings must be like below

        "zu0-GQ-ymP.text" = "Meeting End Time";
    

    Hint : if it is typo error it will not work in particular localization.

提交回复
热议问题