---
title: "Feature: #9070 - Allow translation of index configuration titles"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-9070"
source: "Changelog/10.1/Feature-9070-AllowTranslationOfIndexConfigurationTitles.rst"
typo3-version: "10.1"
typo3-major: 10
type: "feature"
issue: 9070
forge: "https://forge.typo3.org/issues/9070"
tags: ["Backend", "ext:indexed_search"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #9070 - Allow translation of index configuration titles {#feature-9070}

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

## Description {#description}

Indexed search plugin allows to select specifically which index configuration to be queried from in the specific form,
where a dropdown shows all possible indexing configurations.

## Impact {#impact}

It is now possible to add a label for each configuration via TypoScript in each language.

```typoscript
plugin.tx_indexedsearch.settings._LOCAL_LANG {
   de.indexingConfigurations.13 = Mein Titel in Deutsch für Konfiguration 13
   de.indexingConfigurationHeader.13 = Alle Ergebnisse für Konfiguration 13
}
```
