gpt4 book ai didi

ios - 在 Xcode 中隐藏特定语言的元素

转载 作者:行者123 更新时间:2023-11-28 11:39:54 26 4
gpt4 key购买 nike

有什么方法可以在 Xcode 的本地化中隐藏不同语言的特定内容?我想隐藏一个按钮(暂时),并更改一个按钮的传出链接,但我将不胜感激。

谢谢你的想法。

最佳答案

可以通过Locale类获取当前设备的locale,

let locale = Locale.current.languageCode

现在例如,如果你想启用按钮并显示正确的 English(en) 链接,

if locale == "en" {
//show the button and update with the outgoing link
} else {
//hide the button
}

关于ios - 在 Xcode 中隐藏特定语言的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53958041/

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