Bilingual Paypal payment page?

Valeriek
Contributor
Contributor

Hello,

My website is bilingual. is there  way for my French customers to see the payment page in French and for my English customers to see the paypal payment page in English?

 

Thank you!

Login to Me Too
4 REPLIES 4

snowshoe
Frequent Advisor
Frequent Advisor

You would have to custom code your item button code using the language and county code variables to force a language.

 

<input type="hidden" name="locale.x" value="fr_XC">
<input type="hidden" name="lc" value="FR">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="country" value="FR">

 

 

Login to Me Too

Valeriek
Contributor
Contributor

OK, but if my website manages the link with Paypal ( I don't use a button, I use Woocommerce), there is no way to tell Paypal that if someone is coming from this link, use this language and that other language for that other link?

Login to Me Too

snowshoe
Frequent Advisor
Frequent Advisor

If you can manually code your item buttons, then you can make it work.  If you're using a 3rd party system that uses their own code, you would have work thru them.  It may not be possible with some hosts.  We build our web sites from scratch which allows total control.

Login to Me Too

Valeriek
Contributor
Contributor

OK thank you for the information.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.