Multi-language support for iOS app names

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.