Bilingual Paypal payment page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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">
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.