> For the complete documentation index, see [llms.txt](https://www.one.thezero.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.one.thezero.club/guide/installation/default-language.md).

# Default language!

The first thing you need to do when you create an installation of Zero One is to go to the system Languages options and add your language as the default language.

<figure><img src="/files/XCmBAESLWHSQmBbA5rFo" alt=""><figcaption><p>Languages in system menu</p></figcaption></figure>

If English is not the default language of your website, delete it and add your language.

<figure><img src="/files/Kxzf4XsZK0ypfCirjRxS" alt=""><figcaption><p>Languages options</p></figcaption></figure>

Make sure to add all correct pieces of information for your language, including code and PHP locale string. If you are not sure what are they for your language search online.

<figure><img src="/files/jSip2NDPmaJUfmyclfS2" alt=""><figcaption><p>Language settings</p></figcaption></figure>

There is just one thing. If you want your default language to be at the domain root, you will have to go to `zero-one/site/languages/[yourlanguageextension].php`, open it with a text editor and

```
# Change this
'url' => NULL

# Into this
'url' => '/'
```

If you intend to create a multilanguage website, make sure to read the next documentation page.
