jerizo
Forum Replies Created
-
I contacted PayPal support. The only thing that is controlled by paypal settings is the language that is displayed once a user is logged in.
The default language for the payment page is passed through the API so that has to be configured on the plugin side.Everything inside Give is configured to be en/US, still wrong language is displayed.
I think this is another plugin where someone basically had the same issue that i am facing now. They seem to have resolved the problem by adding a language/ country select that overrides whatever Paypal usually thinks is appropriate.
This is the part I was recalling, to force language, its in the post
<input type=”hidden” name=”lc” value=”US”>Thanks for the replies. I just rated the plugin 5 stars. This is good support.
I wasn’t able to fix the problem however. I had previously done the same google search and applied those settings. They did not change anything (verified with multiple people in different countries).
While researching I read about a form parameter that is passed to Paypal api to force a language. Ever heard about that?