In decarbonizing I have now come to creating a menubar programmatically using NSMenu.
Carbon seems to be so nice to add standard items to the application menu: Services, Hide app, Hide Others, Show All, Quit app, and they are added using the user’s Preferred Language setting in System Preferences’s Language & Region, so in German “Hide Others” is added as “Andere ausblenden”. However, it seems that in Cocoa I have to add these standard items myself, but how can I find out what “Hide Others” is called in the user’s Preferred Language ? And what is the Cocoa equivalent of CreateStandardWindowMenu ? /Lars _______________________________________________ Do not post admin requests to the list. They will be ignored. Carbon-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/carbon-dev/archive%40mail-archive.com This email sent to [email protected]
