Jump to content

SOLUTION! change paypal page language! yesssss!


asafs133

Recommended Posts

Hello friends! 
 
After a lot of internet searches and attempts to change the language of the PAYPAL  page, I can say I succeeded!!!!!!!!!!!!!!!!!!!! 
 
The solution is: 
 
Edit the file paypal_lib.php that is under the folder: API
 
And add the following code ('LOCALECODE' => 'add your language ex: he_IL for israel') to this block:
 
$params = array(
		'METHOD' => $method_name,
		'VERSION' => $method_version,
		'PWD' => Configuration::get('PAYPAL_API_PASSWORD'),
		'USER' => Configuration::get('PAYPAL_API_USER'),
		'SIGNATURE' => Configuration::get('PAYPAL_API_SIGNATURE'),
		'LOCALECODE' => 'he_IL'
		);

that's it!

 

I'm sure that I helped a lot of people resolve the problem! And I am very happy I could help!

Edited by asafs133 (see edit history)
  • Like 2
Link to comment
Share on other sites

  • 2 years later...
  • 1 month later...

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...