ios - 您如何本地化 WatchKit 菜单项?
<p><p>我的 WatchKit 应用程序都使用 NSLocalizedString 在代码中进行了本地化,但我的强制触摸菜单中的项目除外。我正在使用 Storyboard ,界面生成器似乎无法给我提供对菜单或项目的引用。有谁知道我们应该怎么做?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您始终可以以编程方式创建菜单项,完全绕过 Storyboard ,这样您就可以轻松使用本地化字符串。查看 <code>addMenuItemWithImage:title:action:</code> 等文档:<a href="https://developer.apple.com/library/ios/documentation/WatchKit/Reference/WKInterfaceController_class/index.html#//apple_ref/occ/instm/WKInterfaceController/addMenuItemWithImage:title:action" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/WatchKit/Reference/WKInterfaceController_class/index.html#//apple_ref/occ/instm/WKInterfaceController/addMenuItemWithImage:title:action</a> :</p></p>
<p style="font-size: 20px;">关于ios - 您如何本地化 WatchKit 菜单项?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/29881050/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/29881050/
</a>
</p>
页:
[1]