如何根据不同的语言环境的设置,让程序显示不同的application name
Here’s an alternative way to do it using the localization features of OS X:
- Create an en.lproj directory if your project doesn’t already have one.
- Inside the en.lproj directory create a file called InfoPlist.strings.
- Add this line to the file: ”CFBundleDisplayName” = “YourNewAppName”;
Popularity: 50% [?]

没搞得太明白,能否再解释一下,干啥用,怎么实现
开发iPhone 程序用的。