WatchKit如何创建自定义Localizable.strings文件?

时间:2015-03-30 21:12:03

标签: ios localization watchkit

我通过激活本地化为WatchKit App的interface.storyboard创建了以下文件:

enter image description here

在IOS应用程序中,我还有Localisable.strings文件,其中我将所有自定义单词放入特定语言(但我不记得我是如何创建它的,或者它是否是自动创建的):

enter image description here

如何在WatchKit App上创建 Localizable.strings 文件并告诉WatchKit App使用该文件?

目前

myLabel = NSLocalizedString(@"msgMylabel", @"");

显示msgMylabel而不是msgMylabel的内容

Interface.strings(英文) “msgMylabel”=“我的标签”;

Interface.strings(德语) “msgMylabel”=“mein Label”;

1 个答案:

答案 0 :(得分:11)

我找到了答案:

我必须添加 WatchKit扩展程序(而不是WatchKit应用程序)作为 Localizable.strings(英语) Localizable.strings(德语)<的目标成员资格< / em>的