Localization

Top 

Gnostice PDFtoolkit ActiveX/. NET 2.0 provides Localization support. PDFtoolkit uses resource strings throughout, wherever strings need to be displayed, including captions of controls on the dialogs and property default values. All these resource strings are present in PDFtookitX-En.plf located at '<PDFtoolkit InstallDir>/Source' directory.

 

 

For example, to localize for German language support follow the steps below,

 

1.        Edit the PDFtookitX-En.plf file using PDFtoolkit Localizer Editor.

2.        In this file all the resource strings are in English. Modify them to German language. Be sure NOT to        change the name of the string constant, only change the value.

3.        Once you have updated the resource strings to German, recompile PDFtoolkit.

 

This would have updates all strings to be displayed, including captions of controls on the dialogs and property default values.