We are developing RCP application. Recently we have implemented eclipse help in our application, using TOC we have integrated all html pages in help but we are facing one issue.
In help dialog, default page is eclipse default html page(help introduction), i have seen in eclipse help customization tutorial that it is defined in following way: help_home=/org.eclipse.help/doc/help_home.html
I have tried to add this property in plugin_customization.ini but no success.
Please guide me, how to override default eclipse help page displayed while launching help dialog?
Additionally is there any way to support this page for multiple languages, as it is currently supporting english page and translation plugin for help does not contain this page.