...
Having added the parameter to the integration code, enter the locales: parameters: '{"locale": '"en"}' }
.
For example:
Code Block | ||
---|---|---|
| ||
const floatingButton = new window.WFloatingButton({ element: document.getElementById("0000"), token: "token", }); floatingButton.render({ insertElementPosition: "before", parameters: { '{"locale": '"en"}', }, }); |