Hello,
I'm developing a simple macOS application in Swift (Swift 4, Xcode 9, macOS 10.13). I'm now trying to localize it in multiple languages. I'd like to know if there is a way to have default/common menus (File, Edit, Format, View, Window, Help) translated automatically?
I'm using Xcode...