|
LocalizationFile |
Top Previous Next |
|
The LocalizationFile property specifies the name of the file used for localization.
Syntax
Default Value
eDocStrsEN.elf
Remarks
This property specifies the name of the file containing the strings used in eDocEngine ActiveX. By default, the localization file is in "eDocStrsEN.elf". This file can be edited using the Localization Editor provided with eDocEngine, and can be saved with a different filename (for example, eDocStrsFR.elf denoting French). The name of this file along with the path should be provided for the LocalizationFile property. eDocEngine reads the strings from this file and displays it on the dialogs.
Example Code
[VC++] m_Engine.SetLocalizationFile("C:\\eDocEngine\\eDocStrsFR.elf");
[VB] gtEngineX1.LocalizationFile = "C:\eDocEngine\eDocStrsFR.elf"
|