Pay Later Offers Text Translations

Dan_iele
Contributor
Contributor

Hello,

I'm trying to add to our e-commerce product pages the "Add Pay Later" messages. It's pretty simple but I didn't find any reference for showing the message in different languages. Our PayPal account is in Italian and I see the message always showing in Italian also if the browser language is not Italian or if the IP is not from Italy. We have different language stores in our e-commerce and I cannot use not translated text.
I don't understand why there is not a simple flag in the data-pp parameters.

Below is the code I'm using for testing:

  <head>
    <title>Title</title>
    <script
    src="https://www.paypal.com/sdk/js?client-id=XXXXXXXXXXXXXXXXXX&currency=EUR&components=messages"
    data-namespace="PayPalSDK">
    </script>

  </head>
  <body>
    <div
    data-pp-message
    data-pp-placement="product"
    data-pp-style-layout="text"
    data-pp-style-logo-type="primary"
    data-pp-style-text-color="black"
    data-pp-amount="250"
    data-pp-style-text-size="16"
    data-pp-style-text-align="center">
</div>

 

Login to Me Too
1 REPLY 1

Dan_iele
Contributor
Contributor

No one have any idea about this?

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.