After testing, different versions of Xcode will have different operating details, this environment xcode6.4
1) Edit Info.plist, add a new property application has localized display name, set its type to Boolean, and set its value to Yes
Set the value of Localization native development region at the same time as the current development environment language, e.g., 中文版
2) Create an empty file named Infoplist.strings, named Infoplist
Then add the desired language type, and the action
After adding a few languages, then select the Infoplist.string file, in the property inspector, there will be
Select the language you want, and the Infoplist file will automatically create the corresponding language file.
3) Edit the corresponding infoplist.strings file for each language, set the display name,
such as: Cfbundledisplayname = "Chinese app name";
In a document in English
such as: Cfbundledisplayname = "English app name";
The app names in different languages can be displayed in different system languages in simulator or in real machines.
The xib storyboard file in the project or the multi-language of the splash screen can also be supported, the multi-language picture is also possible, all the pictures file is selected, in the property inspector to select the desired language type, will automatically establish the corresponding language of the picture file.
Have time to study if no app icon is displayed in different languages
Multi-language support for iOS app names