> For the complete documentation index, see [llms.txt](https://docs.devhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devhub.com/themes-and-custom-templates/advanced-examples/right-to-left-languages.md).

# Right to left languages

Our platform can automatically add the appropriate HTML markup to support these language configurations.

Just add the following variable to your custom theme

```markup
<html {{ html_attributes }}>
```

This would render as:

```markup
<html lang="he" dir="rtl">
```

&#x20;
