Set the system control language within an app

Source: Internet
Author: User

In iOS development apps, sometimes you need to invoke some UI controls on your system, such as:

1 Press and hold the context menu of the popup system in UIWebView

2 The camera interface of the oil system in the Uiimagepickercontroller

3 when the UITableViewCell in the compilation state is in the delete state, there will be a system delete button

The above controls, which are not displayed in the same language as the system language of your current phone, are displayed based on your app's internal settings language.

How do you handle it?

Very simple answer:

Open the Info.plist file directly and add the following to the file:

<key>CFBundleLocalizations</key>

<array>

<string>zh_CN</string>

<string>en</string>

</array>

Set the system control language within an app

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.