停止空想

老张的空中之家

如何让iPhone的程序名也localization

作者:admin 发表时间:四月 - 9 - 2009

如何根据不同的语言环境的设置,让程序显示不同的application name

Here’s an alternative way to do it using the localization features of OS X:

  1. Create an en.lproj directory if your project doesn’t already have one. 
  2. Inside the en.lproj directory create a file called InfoPlist.strings.
  3. Add this line to the file: ”CFBundleDisplayName” = “YourNewAppName”;

Popularity: 50% [?]

类别:iPhone, 苹果

2 条评论 关于 “如何让iPhone的程序名也localization”

  1. 卡会 说:

    没搞得太明白,能否再解释一下,干啥用,怎么实现

发表评论