我正尝试使用自定义UIMenuController
通过UIMenuItem
向我的应用添加语音功能。我的问题是:如果我需要支持多种语言,我是否还要在这些多种语言中定义UIMenuItems
的标题? - 我到处寻找,所以这是最后的手段类型:)
- 非常感谢任何帮助,并提前感谢您:)
答案 0 :(得分:0)
据我所知,UIMenuItem标题是NSString https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIMenuItem_Class/index.html#//apple_ref/occ/instm/UIMenuItem/initWithTitle:action:
所以你可以使用Localized string:
您必须创建本地化字符串,您可以将字符串放在不同的语言中:
http://www.raywenderlich.com/64401/internationalization-tutorial-for-ios-2014