Skip to main content

Currently I’m using this library https://github.com/Typeform/embed/tree/main/packages/embed to show my form in a modal of our application.

We setup several languages for translations for this https://fthfj44m4m3.typeform.com/to/ggCwKD3C.

I read the documentation, I understand the translation feature works based on the language of the browser, I would like to know if there is a way to force the translated form with a query param on the iframe.

This is my current config 

createWidget(this.formId, {
container: this.$refs.typeformContainer,
autoResize: true,
...this.options,
onReady: async({ formId }) => {
console.log(`Form ${formId} started`)
},
});

 

Hi ​@alex_hdz_88 Thanks for stopping by the community! I don’t believe there is a way to force the language at this time, however, let me double check with our technical team!


Hi ​@Liz thank you for your answer, I will wait the resolution.


Hi ​@alex_hdz_88 Thanks for waiting! I’m afraid it’s not possible to force a language within the code, but I can share this feedback with our product team. 


Reply