PayPal Portlet: call PP page in a specific language?

Using the PayPal module/portlet for eFire, do you know how to call the PayPal page with a specific language?
I know there is a URL parameter (add “&LC=ru” for example) offered by PayPal for this very reason, but I haven’t found any way of setting up the eFire module accordingly.

I am using the module in version 1.5.5. (along with Oxid CE 4.2).

Thanks for any idea or suggestion!

Hi floko,

have no idea how it was handled in 1.5.5 but in the latest version, this parameter is handed over to PayPal. You will find it in the translation files of your module:

‘OEPAYPAL_LOCALE’ => ‘de_DE’,
‘OEPAYPAL_LOCALE’ => ‘en_US’,

That means: translate the module into Russian, set the value ‘ru_RU’ (or similar?) for the key ‘OEPAYPAL_LOCALE’ and you’re done.

Желаю удачи! :slight_smile:

Hi Marco,
Thanks for your answer!
Unfortunately it seems that this option has been added in later versions.
paypal_lang.php for 1.5.5 does not offer a similar parameter.