Re: NSBundle and localization question?
Re: NSBundle and localization question?
- Subject: Re: NSBundle and localization question?
- From: Douglas Davidson <email@hidden>
- Date: Mon, 26 Nov 2001 12:51:08 -0800
On Wednesday, November 21, 2001, at 08:14 AM, Steve Moon wrote:
NSLocalizedStringFromTableInBundle(@"Error", @"Bundle1.strings",
[NSBundle bundleForClass:[self class]], @"Error title");
The .strings extension is not considered to be part of the table name.
Try using @"Bundle1" here instead.
Douglas Davidson