Re: Localizable.strings inside framework bundles
Re: Localizable.strings inside framework bundles
- Subject: Re: Localizable.strings inside framework bundles
- From: June Van Dyke <email@hidden>
- Date: Sat, 08 Feb 2003 12:23:54 -0500
On 2/8/03 10:53 AM, "email@hidden" <email@hidden> wrote:
>
NSLocalizedStringFromTableInBundle
You mean call that with [NSBundle bundleForClass:[self class]]? That seems
to work, but an old message from someone at OmniGroup said that it was bad
when subclassing and overriding Localized.strings...
It does work, OTOH.
--
-- sinclair44
[self becomeWorldDictator];
- (void)becomeWorldDictator
{
[[world currentLeaders] assassinate];
[[world citizens] terrorize];
[world setCurrentLeaders:[NSArray arrayWithObject:self]];
}
_______________________________________________
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.