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

# Setting visitor's language

By default your project appears in default (source) language to the user. There are two ways to switch to the desired language.

## 1. BabelShark language drop-down

<figure><img src="/files/V5sr6dJo7SMmEQ93rypB" alt=""><figcaption><p>Language drop-down in BabelShark account</p></figcaption></figure>

Read more here about language drop-down code snippet.

## 2. Change via JavaScript API

Call *babelShark.setLanguage(languageCode)* to switch current user to the desired language. The language setting will be stored within the user's browser.
