Get form with translations using embed library | Community
Skip to main content
Question

Get form with translations using embed library

  • December 13, 2024
  • 3 replies
  • 30 views

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`)
   },
});

 

3 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • December 13, 2024

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!


  • Author
  • Explorer
  • 1 reply
  • December 13, 2024

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


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • December 20, 2024

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