How to set xcode to Chinese: 1. Open info, find "Localization native development region", and then change en to China; 2. Click the " " sign and add the "Localizations" item, and then select Supported languages are sufficient.
The operating environment of this tutorial: MacBook Air 2019 computer, macOS10.15 system, xcode11.4 beta3 software.
Recommended: "Programming Video"
Introduction to how to adjust xcode to Chinese and set xcode to a Chinese interface
xcode The software interface is in English by default. What should I do if I want to change it to Chinese? xcode is an integrated development tool (IDE) developed by Apple that runs on the Mac OS operating system. Although this software supports multiple languages, after you complete the installation, xcode defaults to an English interface. The editor below Let me teach you how to adjust xcode to Chinese.
Method 1 to adjust xcode to Chinese: Use one language
1. Open info, find "Localization native development region", as shown below.
2. Then change the original en to China. In order to prevent errors, just click the triangle selection at the back. Don’t type it yourself
Method 2 of adjusting xcode to Chinese: Use multiple languages:
1. If this is the case In this case, you have to click on the icon, add a new item called Localizations, then click on the small triangle and select the supported language inside, as shown below.
2. The setting is complete. Run debugging to see the effect.
In addition, configure the project localization to support Simplified Chinese and English. The specific setting method is as follows:
Project-PROJECT-info->Localizations, click " ", select (Chinese (Simplified)) to add Simplified Chinese, English Xcode comes with (English), so there is no need to add it again, this method can also be used Modify the retake and use buttons in the photo interface.
The above is the detailed content of How to set xcode to Chinese. For more information, please follow other related articles on the PHP Chinese website!