Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 ui 搜索栏取消按钮标题的语言更改为中文。我已经尝试了一些针对 iOS 7 提到的解决方案,但无法让它们正常工作。任何帮助深表感谢。
如果你想在 iOS 系统中根据不同的语言本地化“取消”按钮的标题。你可以在 Info.plist 中更改 CFBundleDevelopmentRegion 键。
<key>CFBundleDevelopmentRegion</key> <string>zh_CN</string>
或者你可以在 Xcode Editor 中选择它们:选择“Localization native development region”=>“China”