On 18 Jul 2017, at 04:57, Gerriet M. Denkmann <g@...> wrote:
On 18 Jul 2017, at 04:49, Steve Christensen <punster@...> wrote:
Did you check to see that the German localization of your strings is included in both targets? If you open both of the app bundles do you see de.lproj folder > PrefVWindow.strings in both?
1. The Objective-C version just ignores PrefWindow.strings. 2. The Swift version prints (whenever it should show the window):
… [strings] ERROR: QvC-M9-y7g.title not found in table PrefWindow of bundle CFBundle 0x100d02860 </System/Library/Frameworks/AppKit.framework> (not loaded) …
But PrefWindow.strings (German) has: /* Class = "NSWindow"; title = "Preferences"; ObjectID = "QvC-M9-y7g"; */ “QvC-M9-y7g.title" = "Einstellungen";