How to change text encoding of Localizable.strings file in Xcode 4?

前端 未结 5 1869
挽巷
挽巷 2020-12-18 23:33

I am learning how to localize the strings in my project and I am using Xcode 4.

I have generated the base Localizable.strings file, and I want to import this file,

5条回答
  •  既然无缘
    2020-12-18 23:44

    After changing the encoding, and re-executing the genstrings command to regenerate the localize string, things should work.

提交回复
热议问题