I work on an iPhone app that is purely in Swedish and it will never be localized to any other languages. All the strings in the app is in Swedish, so we don't even have Localizable.strings
.
The problem is that the strings generated by Cocoa (such as Done and Edit) are in English. I've tried setting Localization native development region
in the Info.plist
to Swedish
, but that changed nothing. It shouldn't be harder than that to tell Cocoa that my app is in Swedish, but obviously it is.
I've also tried a bunch of other stuff without any luck. So what do I need to do to make Cocoa localize its strings to Swedish?