Christophe Boix Posted October 24, 2017 Share Posted October 24, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now