gpt4 book ai didi

ios - UISearchBar取消按钮更改UISearchDisplayController中单词 'cancel'的语言

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:31:56 24 4
gpt4 key购买 nike

在使用 arc 的 iOS5.0 中,我需要将 UISearchDisplayController 的取消按钮中的“取消”一词更改为从用户选择的语言派生的词。由于语言不是根据本地化选择的,所以我不能只使用它。这个词来自网络服务。我找到了一种通过在下面的帖子中遍历 subview 来做到这一点的方法,但是有没有其他方法可以在不假设苹果的 View 层次结构的情况下做到这一点?

How can I change strings of "Cancel" button, "No Results" label in UISearchBar of UISearchDisplayController?

最佳答案

如果您想在 iOS 系统中根据不同的语言本地化“取消”按钮的标题。您可以更改 Info.plist 中的 CFBundleDevelopmentRegion 键。

<key>CFBundleDevelopmentRegion</key>
<string>en,ru,zh_CN</string>

或者您可以使用 Xcode 编辑器在 Info.plist 文件中选择它们。

enter image description here

这是 Language ID来自苹果文档。

关于ios - UISearchBar取消按钮更改UISearchDisplayController中单词 'cancel'的语言,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12031942/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com