本地化原生开发区域不改变应用程序语言

发布于 2024-12-29 22:23:45 字数 247 浏览 1 评论 0原文

我正在构建一个应用程序,我只希望它是瑞典语的。 基于SO中的许多问题,我将本地化本机开发区域设置为瑞典。 我在 app-info.plist 中设置了它。

但这似乎不起作用。应用程序和系统按钮始终以英语显示。 我应该做点别的事情来让它发挥作用吗?

该值是否在其他地方被覆盖? (我主要关心 UITableView 删除到“删除”按钮的翻译版本)

我们将非常感谢您的帮助和建议

I am building an app which I only want it to be in Swedish.
Based on many questions in SO I set the Localication native development region to Sweden.
I set this in the app-info.plist.

But this does not seem to work. The app and the systemButtons are always displayed in English.
SHould i do something else to make it work?

Is this value overridden somewhere else? (I am mainly concerned about UITableView delete to a translated version of 'delete' button)

Your help and suggestions will be greatly appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝眼睛不忧郁 2025-01-05 22:23:45

您应该使用 ableView:titleForDeleteConfirmationButtonForRowAtIndexPath: 强制在表视图中删除的名称。

You should use ableView:titleForDeleteConfirmationButtonForRowAtIndexPath: to force the name of the delete in the table view.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文