Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/guides/02.content/7.translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ Now, when [editing an item](/guides/content/editor) of that collection, you'll b

![Creating a post with a title in both Spanish and English](/img/774ac37b-1c9e-433b-80ba-deededd8e406.webp)

::callout{icon="material-symbols:info-outline"}
**Default Language**
When no explicit default language is set on a translation interface, the first language in the `languages` collection determines the default tab shown when editing translations. To control this order, add an integer field (e.g. `sort`) to the `languages` collection and set it as the collection's sort field.
::

## RTL Support

Directus provides comprehensive Right-to-Left (RTL) language support for both content editing and the entire studio interface.
Expand Down
Loading