• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Copyright Info from InfoPlist.strings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Copyright Info from InfoPlist.strings
      • From: Uli Kusterer <email@hidden>
References: 
 >Copyright Info from InfoPlist.strings (From: Mitchell Livingston <email@hidden>)

  • Prev by Date: Copyright Info from InfoPlist.strings
  • Next by Date: What is the highlight color for a selected row in a table/outline view?
  • Previous by thread: Copyright Info from InfoPlist.strings
  • Next by thread: Re: Copyright Info from InfoPlist.strings
  • Index(es):
    • Date
    • Thread