Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
    • Overview
    • Installation & Deployement
    • EO.Web ToolTip
    • EO.Web Rating
    • EO.Web Slider & RangeSlider
    • EO.Web ListBox
    • EO.Web ComboBox
    • EO.Web Captcha
    • EO.Web ASPX To PDF
    • EO.Web Slide
    • EO.Web Flyout
    • EO.Web EditableLabel
    • EO.Web ImageZoom
    • EO.Web Floater
    • EO.Web Downloader
    • EO.Web ColorPicker
    • EO.Web HTML Editor
    • EO.Web File Explorer
    • EO.Web SpellChecker
    • EO.Web Grid
    • EO.Web MaskedEdit
    • EO.Web Splitter
    • EO.Web Menu
    • EO.Web Slide Menu
    • EO.Web TabStrip
    • EO.Web TreeView
    • EO.Web Calendar
    • EO.Web Callback
    • EO.Web MultiPage
    • EO.Web Dialog
    • EO.Web AJAXUploader
    • EO.Web ProgressBar - Free!
    • EO.Web ToolBar - Free!
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
Localization

The context menu or the dialog used to display the spell checking result contains the main UI elements for the spell checker. To localize the context menu, modify the SpellChecker's IgnoreOnceMenuItemText, IgnoreAllMenuItemText, AddCustomMenuItemText, EndCheckerMenuItemText and NoSuggestionMenuItemText property. To localize the dialog, modify the dialog's ContentTemplate property. See Using SpellChecker with SpellCheckerDialog for more details.

SpellChecker also displays a message box when no spell error is found. The default message is in English. To customize this message, handle the SpellChecker's ClientSideOnMessage event. For example:

<eo:SpellChecker ClientSideOnMessage="on_message" ...>
    ....
</eo:SpellChecker>