---
title: "Important: #85560 - Location of XLF labels changed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-85560"
source: "Changelog/9.5/Important-85560-LocationOfXLFLabelsChanged.rst"
typo3-version: "9.5"
typo3-major: 9
type: "important"
issue: 85560
forge: "https://forge.typo3.org/issues/85560"
tags: ["PHP-API"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Important: #85560 - Location of XLF labels changed {#important-85560}

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

## Description {#description}

Downloaded files for XLF language files are usually stored within `typo3conf/l10n`. When the environment
variable `TYPO3_PATH_ROOT` is set, which is common for all composer-based installations, the XLF language files
are now found outside the document root, available under `var/labels/`.

The Environment API `Environment::getLabelsPath()` resolves the correct full location path prefix.
