LocalizationFile
[This method is new in version 2.0 of Gnostice PDFtoolkit ActiveX/. NET]
The LocalizationFile property is used to set the path of the localization file.
Syntax
[VC++]
CString GetLocalizationFile();
void SetLocalizationFile(LPCTSTR lpszNewValue);
[CS]
public abstract new string LocalizationFile [ get, set ]
[VB]
Property LocalizationFile As String
See ShowSetupDialog()