Localization of the system menu on Mac - how?
Posted: Thu Jan 29, 2015 8:56 am
Hi,
it seems that PB does not offer complete support of localized system dialogs other than english out of the box, is that right? At least, I wasn't able to find a way to have MessageRequester() and the OS X system menu translated into german. And even the PB GUI itself (5.31, 64-bit) has a system menu in english on non-english Macs, while all other menu options are properly translated.
MessageRequester() ist not a major problem; it can be replaced with an own built requester window, but I did not manage to have translated the Mac system menu properly (the one just right of the apple) in my own programs. It always stays in english, even if I change the 'CFBundleDevelopmentRegion' key in the Info.plist file to 'German', which at least does the localization of some of the system dialogs (printer, save, load).
Could it possibly be achieved with some Cocoa API calls? And if yes: how?
Best regards, Gian-Reto.
it seems that PB does not offer complete support of localized system dialogs other than english out of the box, is that right? At least, I wasn't able to find a way to have MessageRequester() and the OS X system menu translated into german. And even the PB GUI itself (5.31, 64-bit) has a system menu in english on non-english Macs, while all other menu options are properly translated.
MessageRequester() ist not a major problem; it can be replaced with an own built requester window, but I did not manage to have translated the Mac system menu properly (the one just right of the apple) in my own programs. It always stays in english, even if I change the 'CFBundleDevelopmentRegion' key in the Info.plist file to 'German', which at least does the localization of some of the system dialogs (printer, save, load).
Could it possibly be achieved with some Cocoa API calls? And if yes: how?
Best regards, Gian-Reto.