---
title: Apache Solr for TYPO3 – The Multi Language Handling
url: "https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/multi-language-handling/"
description: "Multi-language indexing in Solr for TYPO3: per-language cores tuned with stemmers, synonyms and stopwords; automatic detection via TypoScript conditions."
date: 2021-09-03
modified: 2025-11-05
lastUpdated: 2025-11-05
---

# Apache Solr for TYPO3 – The Multi Language Handling

1. [Home](https://www.typo3-solr.com/)
2. [Solr for TYPO3](https://www.typo3-solr.com/solr-for-typo3/)
3. [Development Model](https://www.typo3-solr.com/solr-for-typo3/development-model/)
4. [Indexing](https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/)
5. Multi-Language Handling

  Multi Language Handling
=======================

 The extension supports indexing of multiple languages by separating each language in a dedicated Solr core. Each core can then be optimized for a specific language using appropriate stemmers, synonyms, stop words and protected words.

The different Solr cores for the different languages are detected automatically when using standard TypoScript conditions for language configuration.

  ![Graphic of a loading bar at 100%](https://www.typo3-solr.com/fileadmin/_processed_/b/a/csm_100prozent_01_b08a8527d1.png) **Status of Implementation**

- [Back to all components of Indexing](https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/)
- [Back to all components of the development Model](https://www.typo3-solr.com/solr-for-typo3/development-model/#c2297)