Re: Localized Embedded Frameworks
Re: Localized Embedded Frameworks
- Subject: Re: Localized Embedded Frameworks
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 5 May 2004 13:15:50 -0600
On May 5, 2004, at 12:55 PM, Jonathan 'Wolf' Rentzsch wrote:
I'm using NSLocalizedStringFromTable() in an embedded framework. Both
the
app and framework code correctly load the English string values.
However,
when launched under French language, only the app code gets the correct
French value -- the embedded framework code still gets the English. Are
there any issues with localizing embedded frameworks?
Instead of using NSLocalizedStringFromTable(), try using
NSLocalizedStringFromTableInBundle() and pass in some bundle value that
points to your framework. That ought to work.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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.