In other words, [bundle localizedStringForKey:<string>] first and
foremost does *not* consider the languages available in bundle,
but rather those of its own process. God knows if this is a bug or
a feature. :-/
This is a feature. You are using the default localization
mechanism, which is intended to give good default behavior. This
particular behavior is intended to prevent applications from
presenting a mixture of different localizations from different
bundles.
I see - this makes sense.
To turn this off, add the key CFBundleAllowMixedLocalizations to
your Info.plist, with the value "YES". [...]
Doug, thanks a lot for these explanations. This has been really
helpful! :-)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden