OSX - Service does not show the localized Menu Title string
问题 I have a Cocoa application. This hooks up into OSX Service Menu. I have created three ServicesMenu.strings for en.lproj , zh-Hans.lproj and hi-IN.lproj for localizing the Service Menu Title. The problem is OSX does seem to be using the localized text at all. Info.plist (relevant portion) <key>NSServices</key> <array> <dict> <key>NSKeyEquivalent</key> <key>NSMenuItem</key> <dict> <key>default</key> <string>CreateHere</string> </dict> <key>NSMessage</key> <string>createHere</string> <key