Home > Installation > Enable Translation
Enable Translation
When the software is installed, the translation system is disabled by default. The software must first be activated by entering the license key before translation can be enabled. To enable the translation of the static website text edit setup.asp using Windows notepad.exe or a similar text editor and make the following changes:
set TranslationEnabled to true set stringpath to the physical location of the .loc files to be used
Example:
const TranslationEnabled = true const stringpath = "C:\inetpub\wwwroot\auction\language\"
Note: You can check the "Physical Application Path" setting under "Site Preferences" in the admin control if you are not sure of this setting
Note : English.loc must be located in the language folder off of the web root.
See also
|