---
title: Adding dictionaries to the rich text field editor spelling checker
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

The [editor for rich text fields](https://docs.kentico.com/13/configuring-xperience/configuring-the-environment-for-content-editors/configuring-the-editor-for-rich-text-fields.md) in the administration interface provides spell-checking functionality.

The spelling checker uses a dictionary based on the currently chosen content culture. If no dictionary is available for the current content culture, the default dictionary is used. You can specify the default spelling checker dictionary in the **CMSDefaultSpellCheckerCulture** configuration key in the **appSettings** section of the administration project's **web.config** file.

## Adding additional dictionaries

The dictionaries are stored in the **CMS\App\_Data\Dictionaries** folder of your administration project. If you need additional dictionaries, you can download them from the following URLs:

- ar-AE: [ar-AE.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/ar-AE.zip)
- cs-CZ: [cs-CZ.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/cs-CZ.zip)
- de-DE: [de-DE.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/de-DE.zip)
- el-GR: [el-GR.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/el-GR.zip)
- en-AU: [en-AU.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/en-AU.zip)
- en-CA: [en-CA.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/en-CA.zip)
- en-GB: [en-GB.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/en-GB.zip)
- en-US: [en-US.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/en-US.zip)
- es-ES: [es-ES.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/es-ES.zip)
- es-MX: [es-MX.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/es-MX.zip)
- fr-FR: [fr-FR.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/fr-FR.zip)
- he-IL: [he-IL.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/he-IL.zip)
- it-IT: [it-IT.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/it-IT.zip)
- nb-NO: [nb-NO.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/nb-NO.zip)
- nl-NL: [nl-NL.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/nl-NL.zip)
- nn-NO: [nn-NO.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/nn-NO.zip)
- pl-PL: [pl-PL.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/pl-PL.zip)
- pt-PT: [pt-PT.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/pt-PT.zip)
- ro-RO: [ro-RO.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/ro-RO.zip)
- ru-RU: [ru-RU.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/ru-RU.zip)
- th-TH: [th-TH.zip](https://docs.kentico.com/docsassets/13/adding-dictionaries-to-the-rich-text-field-editor-spelling-checker/th-TH.zip)

Once downloaded, unpack them to the dictionary folder – **CMS\App\_Data\Dictionaries**. The file name of the dictionary must match the required culture code. For example: _fr-fr_

After adding a dictionary, you need to restart the administration application – open the **System** application in the administration interface and click **Restart application**.
