Paypal checkout language
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Paypal checkout language’ is closed to new replies.