---
title: "Breaking: #84877 - Route of language retrieval changed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-84877-1668719171"
source: "Changelog/9.3/Breaking-84877-RouteOfLanguageRetrievalChanged.rst"
typo3-version: "9.3"
typo3-major: 9
type: "breaking"
issue: 84877
forge: "https://forge.typo3.org/issues/84877"
tags: ["Backend", "NotScanned", "ext:backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #84877 - Route of language retrieval changed {#breaking-84877-1668719171}

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

## Description {#description}

The name of the route that fetches the languages per page has changed.

## Impact {#impact}

Calling the old route `languages_page_colpos` will result in a fatal error.

## Affected Installations {#affected-installations}

Every 3rd party extension calling the route is affected.

## Migration {#migration}

Replace the old route name `languages_page_colpos` with `page_languages`.
