1

Topic: moneybookers in german

Since my webpage is in german, I need the options for moneybookers displayed in german also.
The Moneybookers Support-Team mentioned to change the language from the letters EN to DE but I can not find this option in the mod.moneybookers.php file (includes/modules/payment).
Where exactly do I have to change the language option in order to have the necessary questions displayed in the german language?

Since I am not a programmer... please explain it in an easy to follow way.

Thank you very much for your help

2

Re: moneybookers in german

Fortunately I was able to figure it out by my self.

If someone else needs to change the appearence of the Moneybooker Interface, here is how to do it:

open the mod.moneybookers.php file, which is located within "include/modules/ payment" on your server.
scroll down until you see

//------------------------------------------------
// Payment form
//------------------------------------------------

scroll further down to the line which looks like the following:

<input type="hidden" name="cancel_url" value="'.$cancel_url.'" />

after this line insert the following code:

    <input type="hidden" name="language" value="'.DE.'" />

safe the mod.moneybookers.php file and upload it back to your webspace to the
"include/modules/ payment" directory.

DONE