Localize Localizable.strings with Xcode 4.5 [duplicate]

戏子无情 提交于 2019-11-29 18:38:21

问题


Possible Duplicate:
Localization - Add additional language to localizable.strings file

With Xcode 4.5 SDK iOS 6.0, I cannot add localization to Localizable.strings file. In Xcode 4.4.1- under the list of all added languages was a "+" to add other languages. But in Xcode 4.5 I can't see it and I can't add any other languages apart the default English.

Someone has resolved this problem ?

Thanks !


回答1:


If you select your top level project file in the Project Navigator, and then in the area on the right select your project under "PROJECT" and more to the right click the "Info" pane, there is a part called "Localizations" where you can add new languages to your project. Once done, you can add these languages to any file you wish to localize.

This is for Xcode 4.4.1 but I am pretty sure 4.5 allows this as well.



来源:https://stackoverflow.com/questions/12546355/localize-localizable-strings-with-xcode-4-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!