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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to