Setting the language

If you need to change the language of the survey programmatically, you can achieve this using the provided JavaScript action along with the desired language code.

window.FBLY.action("setLanguage", "fi");

Last updated