Re: NSLocalizedString
Re: NSLocalizedString
- Subject: Re: NSLocalizedString
- From: Douglas Davidson <email@hidden>
- Date: Tue, 2 Apr 2002 09:55:40 -0800
On Tuesday, April 2, 2002, at 09:33 AM, Yves Peneveyre wrote:
I checked, and the file is in the right location.
And the output of the pl command is ok...
Try
[[NSBundle mainBundle] pathForResource:@"keynames" ofType:@"strings"]
and see what it returns. Try loading the contents of the returned path
as an NSData and see what that returns, then as an NSString.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.