To translate the online help files:
OnlineHelpSDK_package.exe
file there. OnlineHelpSDK_package.exe
. This will extract the Build_SDK
subfolder in the current folder. The up-to-date version of Online Help is located in the Build_SDK\Wix\Help\cp\admin\Help\
folder. The structure of the online help folders is the same as of the Online Help installed in the Parallels Pro Control Panel.Build_SDK\Wix\Help\cp\admin\Help\
folder.Note: Some .htm files are generated for navigation purposes and don't need to be translated.
Note: To make the Search option in the Online Help index page work in your language, you need to translate the English text in the Pages
array in the dhtml_search.js
files across the Online Help.
To build a package of translated files:
Build_SDK
folder, edit the file buildHelpSDK.bat
. In the first line of the file, set the paths to the folders with NANT and Wix installations (the latter comes with the SDK and located in the Build_SDK\Soft\Wix
folder). The file will look like:set path=%path%;c:\Program Files\nant\bin\;c:\Program Files\wix\;
nant -buildfile:HelpSDK.build
buildHelpSDK.bat
:buildHelpSDK.bat
This will build the MSI package named Custom_Parallels_Pro_Online_Help-10.3.3.msi
. Now you can install the localized help package instead of the default Online Help.
To install the package with localized online help:
Custom_Parallels_Pro_Online_Help-10.3.3.msi
.