---
title: "Feature: #86973 - TypoScript getText property siteLanguage"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-86973"
source: "Changelog/9.5.x/Feature-86973-TypoScriptGetTextPropertySiteLanguage.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #86973 - TypoScript getText property siteLanguage

See [forge#86973](https://forge.typo3.org/issues/86973)

## Description

Site language configuration can now be accessed via the `getText` property `siteLanguage`
in TypoScript.

Examples:

```typoscript
page.10 = TEXT
page.10.data = siteLanguage:navigationTitle
page.10.wrap = This is the title of the current site language: |
```

```typoscript
page.10 = TEXT
page.10.dataWrap = The current site language direction is {siteLanguage:direction}
```

## Impact

Accessing the current site language configuration is now possible in TypoScript.
