--- Title: Right-to-left language support Added: 2019-03-13 --- # Right-to-left language support ADF currently has limited support for languages that are written from right to left (such as Arabic). ADF has been updated and tested to work with the HTML [`dir` attribute](https://www.w3.org/TR/html51/dom.html#the-dir-attribute) added to the main `
` element in `index.html`. When the attribute is set to `rtl`, text in the app will be right-aligned as required for right-to-left languages: ```html ... ``` If you use the [Sidenav Layout component](../core/components/sidenav-layout.component.md) you can choose set the direction property in it using the property direction ans set it to **'rtl'** ```html