iPhone sdk:国际化不起作用

发布于 2024-11-09 09:32:53 字数 233 浏览 0 评论 0原文

最近我为我的项目提供了国际化支持。 但发生了奇怪的事情 - 当我在设备上运行我的应用程序时,模拟器仅显示“默认”语言。

我做了以下事情:

  • 到处使用 NSLocalizedString
  • 添加了 InfoPlist.strings(另一种语言)

可能是我遗漏了一些东西?

谢谢。

Recently I have made intenationalization support for my project.
But there occurs strange thing - when I'm running my application both on the device and emulator shows only 'default' language.

I've done following things:

  • Used NSLocalizedString everywhere
  • added InfoPlist.strings (another language)

May be I'm missing something ?

Thanks.

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

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

发布评论

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

评论(1

倾`听者〃 2024-11-16 09:32:53

您应该将本地化字符串存储在 Localized.strings 中。例如,本地化的 InfoPlist.strings 用于更改应用程序的名称。

You should store your localized strings in Localizable.strings. Localized InfoPlist.strings is used to change the name of your app for example.

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