停止空想

老张的空中之家

如何让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”;
类别:iPhone, 苹果