• Resolved khunmax

    (@khunmax)


    Pippin

    I have Site aimed at English speaking expats living in Asia. Problem is EDD checkout opens in Paypal in local country language.

    I read this old thread about this problem:

    https://easydigitaldownloads.com/forums/topic/paypal-checkout-language-2/

    Is the following snippet still good to go with the latest version of EDD?

    function pw_edd_set_paypal_lang( $args ) {
      $args['lc'] = 'US';
    	return $args;
    }
    add_filter( 'edd_paypal_redirect_args', 'pw_edd_set_paypal_lang' );

    Kind Regards

    Max

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yep, that will still work fine!

    I am using woocommerce and after checkout my webstore redirects customers to paypal page and shows the page into Arabic I am using my currency as Saudi Riyal(SAR) from which I convert rates to US dollars through custom codes added to functions.php.The solution I wants is to show paypal page to my customers in English language see this https://postimg.org/image/venltdpdh/.

    how can I change language from arabic to english as default.The english version of paypal page image was manually selected.How can I change this.Please help.

    @shahogjalal Please contact WooCommerce support for assistance. This thread is for Easy Digital Downloads.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paypal checkout language’ is closed to new replies.