Hello Everyone, i have a big issue with paypal and my website’s payment pages that turn out to be german for my customer instead of english.. So i use vbulletin, which has the paypal api integrated, therefore i didnt touch the code there at all, and the payment pages was in english for quite some time, until yesterday a customer complained that he cant read the payment page since it aint in English, i discovered my sellings for this month beeing -80% before i was told that my payment pages are in german, and seems like this is the reason as to why, whatsoever i contacted paypal, told them my story and i have been suggested to change code in my forum and add the language code <input type="hidden" name="lc" value="EN"> (of course i gave it a go, and tried the payment page, and like expected that didnt work out, my payment pages are still in german ) because according to paypal, this is not an issue on their site, but an issue on my site, even tho like mentiod above, the site used to be in english for quite some time and now all of a sudden switched to german, without me changing anything at all, neither in my account nor on the forum or payment pages whatsoever, i wasted 2 days of my life to find an answer to this question, and seems like not even paypal seems to be capable of helping in this issue, and none of their suggestion brought me anywhere near the result i expect.. so my question is, has anyone expirienced this aswell ? and if yes, have you ever solved this issue, or is anyone around here, that maybe has a solution to this problem.. Thanks everyone for reading this, and hopefully someone can help Best Regards Loco side note: my paypal account is austrian EDIT: seems like im not the only one with this problem http://www.webpageaddons.com/blog/2006/10/paypal_refuses_feed_child.htm
ok i have finally discovered what was wrong the code that was given to me from a paypal employee <input type="hidden" name="lc" value="EN"> turns out to not work because, the value needs to be US instead of EN <input type="hidden" name="lc" value="US"> may this help others discovering the same issue (i feel stupid :/ )