---
title: "Deprecation: #82315 - Deprecate bin/typo3 lang:language:update"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-82315"
source: "Changelog/9.0/Deprecation-82315-DeprecateBinTypo3LanguageUpdate.rst"
typo3-version: "9.0"
typo3-major: 9
type: "deprecation"
issue: 82315
forge: "https://forge.typo3.org/issues/82315"
tags: ["CLI", "NotScanned", "ext:lang"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Deprecation: #82315 - Deprecate bin/typo3 lang:language:update {#deprecation-82315}

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

## Description {#description}

The command `lang:language:update` is an alias of `language:update`, therefore it's superfluous and
will be removed in the future.

## Impact {#impact}

The command `lang:language:update` will show a deprecation message when used.

## Affected Installations {#affected-installations}

All installations that make use of the command `lang:language:update`. Most likely there are cronjobs
that need to be adjusted.

## Migration {#migration}

Use `bin/typo3 language:update` instead.

Notice that multiple language ISO codes must be separated by spaces instead of commas:

```
bin/typo3 language:update de fr it

```
