Skip to main content

ChangeLanguageCommand Class

Changes the language of spell checking.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

public class ChangeLanguageCommand :
    ChangeCharacterFormattingCommandBase<LangInfo>

#Remarks

The following image illustrates the Language Form.

spell-checker-dialog-language-form

#Inheritance

Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
RichEditCommand
DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase
SelectionBasedPropertyChangeCommandBase
DevExpress.XtraRichEdit.Commands.ChangeCharacterPropertiesCommandBase
DevExpress.XtraRichEdit.Commands.ChangeCharacterFormattingCommandBase<DevExpress.XtraRichEdit.Model.LangInfo>
ChangeLanguageCommand
See Also