asafs133 Posted May 21, 2014 Share Posted May 21, 2014 (edited) 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 May 21, 2014 by asafs133 (see edit history) 2 Link to comment Share on other sites More sharing options...
PrabuSS Posted September 14, 2016 Share Posted September 14, 2016 Great! Works perfect.. Link to comment Share on other sites More sharing options...
nataulit Posted October 19, 2016 Share Posted October 19, 2016 ohh ! Thank you a lot ! 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