Skip to main content

Language Dialog

  • 2 minutes to read

The Language dialog allows end-users to select the proofing language for the whole document or a particular part.

DXRichEdit_Dialogs_Language

Click the Language button on the Proofing ribbon group to invoke this dialog. Refer to the Create a Simple Rich Text Editor topic for an example on how to provide the ribbon UI for the RichEditControl. Executing the ShowLanguageFormCommand command invokes this dialog as well.

DXRichEdit_Dialogs_Language_Invoke

End-users can select the proofing language for a specific part of the document from the Mark selected text as: list. The selected language is passed to the CharacterPropertiesBase.Language property.

The proofing language is detected automatically by default. Set the DXRichEditSpellCheckerOptions.AutoDetectDocumentCulture property to false to disable this behavior.

Note that without the corresponding dictionary, the spell checking does not work correctly and all the words in the text are considered misspelled. Refer to the Dictionaries topic for details on how to add a dictionary to the Spell Checker.

Check the Do not check spelling or grammar edit to ignore the selected part of the text while spell checking. Use the Spelling Options dialog to change the desired spelling settings and change the dictionary used to check the current text.

See Also