Multilingual site: double choosing of the language

Hi,
I have a website that is in three different languages. Then, i have a form from jotform that is also in three different languages that is embedded into one of the pages on my website. That creates situation where customers have to choose language twice: once for the website and second time for the form that is embedded into the website.
An obvious solution would be to just clone the forms, translate each into a separate language and then embed each language into each version of the website.

But my question is: aren’t there some smarter solution to this? As in, probably, a code that would automatically change the embedded form language according to the website language?

I’m not familiar with jotform, but if they have an API that allows you to manipulate the form the user sees through code, then yes - you should be able to accomplish this.

Thank you AmandaM, i’ll had a look and apparently i just had to add ‘?language=de-DE’ or ‘?language=fr-FR’ at the end of the form link (iFrame).

Have a nice day.