I have my own site on a German host (still not finished so I cannot link it).
The web site on that host contains a page for donations and the div
for the PayPal
button is:
<div class="centerDiv">
<h6>PayPal</h6>
<form id="donateForm" 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="H57A47NP4KVLW">
<input id="imageDonate" type="image" src="images/coperonate_now.png" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
</div>
I tried the button in Italy from my mothers phone that has an Italian language and the page was displayed in German. It seems that the language is taken from the location of the host, thus German.
If so, how can I fix it ? if not... how can I fix it ? :)