Adding dictionaries to the rich text field editor spelling checker

The editor for rich text fields 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:

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.