---
title: "Breaking: #72412 - Removed deprecated code from language processing functions"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72412"
source: "Changelog/8.0/Breaking-72412-RemovedDeprecatedCodeFromLanguageProcessingFunctions.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 72412
forge: "https://forge.typo3.org/issues/72412"
tags: ["PHP-API"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Breaking: #72412 - Removed deprecated code from language processing functions {#breaking-72412}

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

## Description {#description}

The following deprecated code has been removed:

-   `LocalizationFactory::getParsedData` no support for moved language files
-   class `LocallangArrayParser` has been removed completely

The following deprecated methods have been removed:

-   `LanguageService::localizedFileRef()`

## Impact {#impact}

Using old locations of language file will result in no text being displayed.
Using the removed class will result in a fatal error.
Using the methods above directly in any third party extension will result in a fatal error.

## Affected Installations {#affected-installations}

Instances which use old locations of language files, instances which use the removed class LocallangArrayParser, instances
which use calls to the methods above.

## Migration {#migration}

`LocalizationFactory::getParsedData` only supports the new location of language files
`LocallangArrayParser` use XLIFF language files now
`TYPO3CMSLangLanguageService::localizedFileRef` no replacement; not needed when XLIFF files are used
