Why my donation checkout page does not translate considering the viewer's nationality?

Lollom
Contributor
Contributor

I have a website where people can donate. I would like to have the checkout page into different languages based on the viewer's nationality. The checkout page instead is always in English. Is there a way to make the page change based on the viewer's location?

 

The code for the donation button is this at the moment:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="ZPUCBLW3ALLCN">
<input type="image" class="currencies" src="../../Currency buttons/Euro.png" border="0" name="submit" alt="Euro">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>

 

What am I doing wrong? Do I need to setup my account differently?

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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