Jump to content

[Tips paypal] Change langage to EN on Paypal payment page


Recommended Posts

Hi, my customer have website based in Hong-Kong, but only using english langage.
When people want to order with Paypal, Paypal was in Chinese.
I not find how to fix this problem on the forum, i share my solution, but others solutions may exists for fix this problem.

Here is a simple tips for change the langage of the Paypal payment page :

Open :

/PLANTINKAVIARI.HK/modules/paypal/express_checkout/payment.php

And simple adding this lines, for forcing english langage on Paypal page.

You can copy this where you want near the start of page. For exemple, before the first include_once.

 

$_POST['lc']='en';
$_POST['country.x']='en';
$_POST['locale.x']='en_US';
$_POST['localecode']='en_US';

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...