Do constants exist for the standard application names when using NSWorkspace launchApplication?
Do constants exist for the standard application names when using NSWorkspace launchApplication?
- Subject: Do constants exist for the standard application names when using NSWorkspace launchApplication?
- From: Adam Holt <email@hidden>
- Date: Fri, 29 Apr 2005 11:28:35 +0100
I'm using:
[[NSWorkspace sharedWorkspace] launchApplication:@"Address Book"];
to launch the Address Book application from an NSButton in my application.
I presume however that "Address Book" carries a different name on
non-English systems? Would I be correct in assuming that my NSWorkspace
call therefore wouldn't work in that case?
If so, is there a best-practise method to refer to the standard
applications, e.g. some constants that point to the right application name
depending on the localised language settings?
Cheers...
Adam.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden