here are other translations not included in the instruct file:
To translate german to english add this code after the last </option> tag in your footer:
Code:
<option value="de|en" selected>German to English</option>
If you want to translate from German to French then add this code after the last </option> tag in your footer:
Code:
<option value="de|fr">German to French</option>
if you want to translate from spanish to english then add this code after your last </option tag in your footer:
Code:
<option value="es|en">Spanish to English</option>
if you want to translate from french to english then add this code after your last </option> tag in your footer:
Code:
<option value="fr|en">French to English</option>
if you want to translate from french to german then add this after your last </option tag in your footer:
Code:
<option value="fr|de">French to German</option>
if you want to translate from italian to english then add this code after your last </option> tag in your footer:
Code:
<option value="it|en">Italian to English</option>
if you want to translate from portuguese to english then add this code after your last </option> tag in your footer:
Code:
<option value="pt|en">Portuguese to English</option></select>