gpt4 book ai didi

iphone - UIBarButton 本地化问题

转载 作者:行者123 更新时间:2023-11-29 11:20:47 28 4
gpt4 key购买 nike

UIBarButtonItem *button = [[UIBarButtonItem alloc]initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(sendRequest)];
[[[self navigationBar] topItem] setRightBarButtonItem:button];
[button release];

根据苹果文档,它应该是本地化的。但是当我将 m 应用程序转为法语时,它仍然是英语:“完成”。你知道我错过了什么吗?

谢谢,

最佳答案

在真实设备上进行测试:我已经在模拟器上遇到过这样的本地化问题(仅在 UIBarButtonItems 和像这样的框架嵌入控件上,在自定义本地化字符串上没有)。

有时似乎没有考虑更改模拟器的本地化,尤其是对于框架提供的字符串,例如后退或完成按钮等的默认标题,而它确实按预期工作在真实设备上。

(此外,我建议您也将 Info.plist 中的 CFBundleDevelopmentRegion 键设置为法语,这不会有什么坏处)

关于iphone - UIBarButton 本地化问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7319681/

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