Home > Mobile >  Paypal Pay Later button set a specific language?
Paypal Pay Later button set a specific language?

Time:03-30

is there a way to display the dynamic Paypal Pay Later buttons in a specific langauge? I tried setting the locale like:

<script
src="https://www.paypal.com/sdk/js?client- 
id=myid123&locale=en_US&currency=EUR&components=messages"
data-namespace="PayPalSDK">
</script>

But it stays in German instead.

Also tried using VPN and the language isnt changing based on IP.

Thanks

CodePudding user response:

Is your question about buttons, or offer messaging?

Text of the buttons can be set with locale.

Text of the messaging is specific to the business account that will be processing payments. If it is a DE account, the information here applies. Nothing about en_US or US buyers. Read the Eligibility section carefully.

  • Related