本地化显示程序名称

详细步骤:

1)创建一个空文件,取名为InfoPlist.strings

2)对InfoPlist.strings进行本地化(Get Info  -> Make Localization),然后设置需要的语言(如中文zh)

3)编辑不同的InfoPlist.strings文件,设置显示名字

CFBundleDisplayName = "名字";

4)编辑Info.plist,添加一个新的属性Application has localized display name, 设置其类型为boolean,并将其value设置为选中状态

posted @ 2010-10-29 16:05  周宏伟  阅读(367)  评论(4编辑  收藏  举报