Localizing Inside a Spotlight Importer
Localizing Inside a Spotlight Importer
- Subject: Localizing Inside a Spotlight Importer
- From: Conor <email@hidden>
- Date: Fri, 19 Oct 2007 15:26:31 +0200
I have the following inside a Spotlight importer in order to localize the
value of Book:
[[NSBundle bundleWithIdentifier:@"com.bruji.pediaimporter"]
localizedStringForKey:@"Book" value:@"Book" table:@"schema"];
But I always get the English value inside the schema.strings file. It seems
that mdimport always runs in English and therefore returns that
schema.strings resource in English. Is there a trick to localizing for
Spotlight plug-ins? Any tips will be appreciated.
Regards,
Conor
_______________________________________________
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