Zenukers is a multilingual site. In the basic version you can find all the files needed to activate the English version.
To make it available to the users the English version of the site and activate all the systems of translating inside the control panel, it’s sufficient to activate the English version inside the section Versions in the SETTINGS area. Please, read the specific paragraph of the manual to have more detailed information.
To add a different version of the site in a specific language you need to create the folder of the version, by acting this way:
1) Copy the folder /it inside the root and rename it with the code of the language you wish to activate. For example, /de if you wish to activate a German version, or /fr if you wish to use the French language.


2) Open all the Asp files inside the new folder and modify in all of them the following line:
<!— #include file='../includes/includes_it-inc.asp' —>
putting, instead of it, the code of the language you’re adding. For example, if you created the German version, and therefore you’ve added the /de folder, in the files of the folder the line has to be modified this way:
<!— #include file='../includes/includes_de-inc.asp' —>
3) Find the file configuration_it-inc inside the folder /includes
Copy and rename it according the name of the version (for example configuration_de-inc). Then open it and you’ll find this code:
<%
‘ General website’s information
Const GLOBAL_SITE_DEFAULT_VERSION= 'IT'
‘ Website path
Const GLOBAL_SITE_PATH= '/it/'
%>
Modify it, putting instead of it the code of the language you’re adding, respecting capital and small letters. For example, for the German version
<%
‘ General website’s information
Const GLOBAL_SITE_DEFAULT_VERSION= 'DE'
‘ Website path
Const GLOBAL_SITE_PATH= '/de/'
%>
4) Find the file includes_it-inc inside the folder /includes.
Copy it and rename according the name of the version (for example includes_de-inc). Open it and look for the following line:
<!— #include file='configuration_it-inc.asp' —>
Also in this case it’s necessary to modify _it according to the added version.
5) Find the file default.asp inside the folder /it. Open it and look for the following line:
<!— #include file='configuration_it-inc.asp' —>
Also in this case it’s necessary to modify _it according to the added version.
6) Upload the folder on the site the so-changed folder and the files of the /includes folder
7) Now you can insert the version from the provided page in the control panel.
Tradinfo