许多 xib 文件的翻译

发布于 2024-11-05 14:49:07 字数 186 浏览 0 评论 0原文

我已经完成了 Objective C 中的一个项目,问题是我有超过 10 个 XIB 文件,每个文件都有很多标签、按钮 ecc。

我正在用德语进行开发,我希望制作一个英语版本,我怎样才能以简单有效的方式做到这一点?全部都带有 NSLocalizedString 吗?如果可能的话,我想避免重复每个 xib。

感谢您的任何建议。

i've ultimated a project in objective c, the problem is that i've more than 10 XIB files, each one with many label, button ecc.

I'm developing in German, i wish to make a English version, how can i do this in a simple and efficiente way? All with NSLocalizableString? I want avoid to duplicate each xib if possible.

Thanks for any advice.

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

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

发布评论

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

评论(2

书信已泛黄 2024-11-12 14:49:07

Matt Gallagher has a great article on internationalization.

Bottom line: Produce a ".strings" file with ibtool; Use ".strings" files for internationalizations, and NSLocalizedString to load them.

Use the tools luke!

与往事干杯 2024-11-12 14:49:07

如果您要在 XIB 中填充这些标签、按钮等,则必须为每种语言创建新的 XIB。

If you are populating those labels, buttons, etc. inside the XIBs, you will have to make new XIBs for every language.

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