Re: localized strings from another bundle?
Re: localized strings from another bundle?
- Subject: Re: localized strings from another bundle?
- From: Alex Rice <email@hidden>
- Date: Thu, 23 Jan 2003 00:58:02 -0700
On Wednesday, January 22, 2003, at 11:51 PM, Vince DeMarco wrote:
NSLocalizedStringFromTableInBundle(key, tbl, bundle, comment)
NSLocalizedStringFromTableInBundle(@"My Key",@"Foo",bundle,"Some
comment here")
NSLocalizedStringFromTable(@"My Key",@"Foo","Some comment here")
NSLocalizedString(@"My Key","Some comment here")
OK, NSLocalizedStringFromTableInBundle() is working for me now. The
problem was actually not that I wasn't using the macro, it was that I
chopped off too many LastPathComponents, so the bundle wasn't valid for
the app. D'oh!
Alex Rice <email@hidden> | Mindlube Software |
http://mindlube.com
what a waste of thumbs that are opposable
to make machines that are disposable -Ani DiFranco
_______________________________________________
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.