in TB1.3's PayPal module we can set our preferred language. Anyhow, PayPal iframe is loaded first in English and customers have to switch to our target language German via this tiny switch in the PayPal frame. Also, as the title here suggests, the PayPal Express button does not show the correct language.
I found in the official documentation that you can set it and I think the module has this already implemented but I am no coder.
On a page of the official documention doc & live edit you can live edit button js code. Inserting for example locale: 'fr_FR', or locale: 'de_DE',
changes the languages of the button. That is nice. So, I suppose the language variable set in the module is not being transmitted?
Question
Pedalman
Hello,
in TB1.3's PayPal module we can set our preferred language. Anyhow, PayPal iframe is loaded first in English and customers have to switch to our target language German via this tiny switch in the PayPal frame. Also, as the title here suggests, the PayPal Express button does not show the correct language.
I found in the official documentation that you can set it and I think the module has this already implemented but I am no coder. On a page of the official documention doc & live edit you can live edit button js code. Inserting for example
locale: 'fr_FR',
orlocale: 'de_DE',
changes the languages of the button. That is nice. So, I suppose the language variable set in the module is not being transmitted?2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now