I use the following code to instantiate the Roomle Configurator on my website:
JavaScript
x
7
1
<iframe
2
src="https://www.roomle.com/t/cp/?id=<ID>&configuratorId=<CONFIGURATOR_ID>&api=false"
3
frameborder="0"
4
width="100%"
5
height="500"
6
/>
7
By default the configurator always uses the default browser language. Is it possible to change that?
Advertisement
Answer
It’s possible to use the locale
url param to set the language.
JavaScript
1
7
1
<iframe
2
src="https://www.roomle.com/t/cp/?id=<ID>&configuratorId=<CONFIGURATOR_ID>&api=false&locale=en"
3
frameborder="0"
4
width="100%"
5
height="500"
6
/>
7
Here is a list with all available languages: https://www.roomle.com/en/documentation/configurator-languages