# languageDirection

> Indicates the directionality of the element's text. The value will propagate to the element's children.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
[UxmlAttribute]
public LanguageDirection languageDirection { get; set; }
```
