Re: Access to Localized Portions of Private Framework without having App Localized
Re: Access to Localized Portions of Private Framework without having App Localized
- Subject: Re: Access to Localized Portions of Private Framework without having App Localized
- From: Ryan Poling <email@hidden>
- Date: Fri, 14 Dec 2007 12:16:08 -0800
Wonderful! Thanks Douglas!
-Ryan
On Dec 14, 2007, at 12:13 PM, Douglas Davidson wrote:
Yes, there is. If you want to use the default localization
mechanisms, you can add the key CFBundleAllowMixedLocalizations to
your Info.plist with the value "YES", and then each bundle will be
considered for localization individually. If you want more specific
control, you can use NSBundle or CFBundle API such as
preferredLocalizationsFromArray:forPreferences:nil to select an
appropriate localization, and then use localization-specific
resource location APIs.
Douglas Davidson
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden