> For the complete documentation index, see [llms.txt](https://documentation.hedwik.io/elrond/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hedwik.io/elrond/advanced/theme-translation.md).

# Theme translation

Elrond theme supports translation.

### Change the Theme Language

* Go to your **Ghost admin**, visit the **General Settings** > **Publication Language** option. By default, it is set to "en" for English. Replace "en" with your language code here and save the settings.

Supported languages:&#x20;

* English  `en`
* Portuguese  `pt`
* Spanish  `es`
* French  `fr`
* German  `de`
* Indonesian  `id`
* Turkish  `tr`
* Italian  `it`
* Dutch  `nl`
* Polish `pl`
* Russian  `ru`
* Ukrainian `uk`

Visit your site. If everything is set up correctly, you should see that all text related to the theme on your site is translated into your chosen language.

If you notice any issues with internal translations, please contact us, and we will resolve the problem promptly.

<mark style="color:purple;background-color:purple;">**Contact:**</mark>  [<mark style="color:purple;background-color:purple;">**https://hedwik.io/contact/**</mark>](https://hedwik.io/contact/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.hedwik.io/elrond/advanced/theme-translation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
