Re: Copyright Info from InfoPlist.strings
Re: Copyright Info from InfoPlist.strings
- Subject: Re: Copyright Info from InfoPlist.strings
- From: Julio Cesar Silva dos Santos <email@hidden>
- Date: Wed, 15 Aug 2007 21:52:35 -0300
You can load the strings using localizedStringForKey:value:table
method of NSBundle.
NSString * hrc = [[NSBundle mainBundle]
localizedStringForKey:@"NSHumanReadableCopyright" value:@"Error,
copyright info not found." table:@"Info"];
The second parameter is a string that will be presented if the key is
missing or the file is not available.
Julio Cesar Silva dos Santos
email@hidden
On 15/08/2007, at 21:03, Mitchell Livingston wrote:
Hey,
I've searched the list but couldn't find a direct, working way to
get the copyright info string (NSHumanReadableCopyright) from
InfoPlist.strings so I can use it in a custom about box. Help would
be greatly appreciated.
Thanks,
Mitch Livingston
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden