Localized Apple Help (HTML) doesn't load
Localized Apple Help (HTML) doesn't load
- Subject: Localized Apple Help (HTML) doesn't load
- From: John Fox <email@hidden>
- Date: Thu, 6 Mar 2008 21:03:02 -0800
Hi Folks:
I'm having a problem where localized versions of my local HTML help
don't load, and I don't know how to debug this. For example, if I
change the system preferences to Japanese, and click on the Help Menu
item, the Apple Help Viewer app launches, its main window appears,
but no help page shows. If I drag the index.html file from the
Japanese.lproj folder in my app's Resources folder onto the Help
Viewer icon in the doc, the help page loads and displays properly.
So, it doesn't seem like there's anything wrong with the HTML itself.
I've double checked that the name of the folder matches the plist
entries, and is readable.
Here's the relevant entry in my Info.plist:
<key>CFBundleHelpBookFolder</key>
<string>MemoryMiner Help</string>
<key>CFBundleHelpBookName</key>
<string>MemoryMiner Help</string>
Here's the relevant entry in the InfoPlist.strings file for Japanese:
CFBundleHelpBookName = "MemoryMiner ヘルプ";
Am I missing something?
Any help would be greatly appreciated.
Best regards,
John_______________________________________________
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