Re: Localizable.strings inside framework bundles
Re: Localizable.strings inside framework bundles
- Subject: Re: Localizable.strings inside framework bundles
- From: email@hidden
- Date: Sat, 8 Feb 2003 16:53:13 +0100
On vendredi, fivrier 7, 2003, at 11:12 PM, June Van Dyke wrote:
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.
NSLocalizedStringFromTableInBundle
_______________________________________________
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.