我的WatchKit应用程序全部使用代码中的NSLocalizedString进行本地化,除了强制触摸菜单中的项目。我正在使用故事板和界面构建器似乎无法给我一个菜单或项目的引用。有谁知道我们应该如何做到这一点?
答案 0 :(得分:2)
您可以始终以编程方式创建菜单项,完全绕过故事板,这样您就可以轻松使用本地化字符串。查看addMenuItemWithImage:title:action:
之类的文档:https://developer.apple.com/library/ios/documentation/WatchKit/Reference/WKInterfaceController_class/index.html#//apple_ref/occ/instm/WKInterfaceController/addMenuItemWithImage:title:action: