---
title: "Important: Sorting options read the plugin override on TYPO3 v14"
manual: "Academic Programs"
version: "main"
source: "Changelog/3.0/Important-SortingOptionsReadThePluginOverrideOnTypo3V14.rst"
rendered: "2026-09-27T09:40:45+00:00"
---

# Important: Sorting options read the plugin override on TYPO3 v14 {#important-sorting-options-read-the-plugin-override-on-typo3-v14}

## Description {#description}

The options of the sorting select are translated by its view helper. On TYPO3
v14 the core reads the `_LOCAL_LANG` override of a plugin,
`plugin.tx_academicprograms_<plugin>`, only from the plugin request
a translation is handed. The view helper now renders the core translate view
helper, which hands it on, so the override of the plugin reaches the options on
TYPO3 v14 as well. Before, only the override of the extension did.

The path of the overrides is the one of
[Important: Label overrides are read from the documented path](../2.4/Important-LabelOverridesUseTheDocumentedPath.html#important-label-overrides-use-the-documented-path).

## Impact {#impact}

An override of a sorting option under
`plugin.tx_academicprograms_programlist._LOCAL_LANG` now has an
effect on TYPO3 v14. Nothing has to be moved.
