Localizable.strings inside framework bundles
Localizable.strings inside framework bundles
- Subject: Localizable.strings inside framework bundles
- From: June Van Dyke <email@hidden>
- Date: Fri, 07 Feb 2003 17:12:37 -0500
Cocoa-dev:
I have created a framework that I would like to localize. I have an English
variant (the only one so far) of a file I created, Localizable.strings. This
file is in the correct place in the framework bundle, and I use
NSLocalizedString() to access it.
However, when I include this framework in another application, which doesn't
have any Localizable.strings whatsoever, the framework's version is not
found. (I have not tested its usability in any other situation.)
What I'm guessing is happening is that my *program's* bundle is getting
searched for the localization, but not the framework's. How can I get around
this?
BTW, the framework is embedded in the app bundle, and works otherwise.
Thanks,
sinclair44
--
-- 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.