> For the complete documentation index, see [llms.txt](https://docs.feedbackly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedbackly.com/website-widgets/setting-the-language.md).

# 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");
```
