Setting the language
window.FBLY.action("setLanguage", "fi");Last updated
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