2Checkout offers both of our purchase routine in both Latin and European Spanish as well as 13 other languages.
To access the Spanish versions of our purchase routine your customer can either select their preferred language at the top of the purchase routine page or you may pass“lang=es_la” for Latin Spanish or “lang=es_ib” for European Spanish with the sale parameters. (The previous Spanish parameter “lang=sp” will still direct to the Latin Spanish routine for the time being.)
Example purchase link using the “lang” parameter:
https://www.2checkout.com/checkout/purchase?sid=XXXXXX&quantity=1&product_id=4&lang=es_la
Example purchase button using the “lang” parameter:
<form action='https://www.2checkout.com/checkout/purchase' method='post'><input type='hidden' name='sid' value='XXXXXX'><input type='hidden' name='product_id' value='1'><input type='hidden' name='quantity' value='1'>
<input type='hidden' name='demo' value='Y'>
<input type='hidden' name='lang' value='es_la'>
<input type='submit' name='Buy from 2CO'>
</form>
Please note that you must insert your own Seller ID number to use the above examples. They will not work as is.
Related articles:
Do you offer any languages other than English?
TUTORIAL: Creating 2Checkout Purchase Links