Hello, I'm trying to figure out how to change language on the iframe?
actually more specifically input placeholders
could someone guide me
thanks in advance
Hello, I'm trying to figure out how to change language on the iframe?
actually more specifically input placeholders
could someone guide me
thanks in advance
mmhm for some reason there wasn't any information in the documentation about this.. after posting.. some how now I found the solution in the documentation.. weird but whatever..
for anyone looking for the answer
const clover = new Clover('******', { locale: 'fr-CA' }); const elements = clover.elements();
available options "en","en-CA","fr-CA"
it is also based on merchant locale settings, US merchants will send emails in English and Canadian will be bilingual ( English or French)
5 People are following this question.