Back to Devexpress

ASPxSpellCheckerStringId Enum

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-localization-c354d4c0.md

latest7.3 KB
Original Source

ASPxSpellCheckerStringId Enum

Contains strings that can be localized for the ASPxSpellChecker. For more information, refer to the Localization topic.

Namespace : DevExpress.Web.ASPxSpellChecker.Localization

Assembly : DevExpress.Web.ASPxSpellChecker.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ASPxSpellCheckerStringId
vb
Public Enum ASPxSpellCheckerStringId

Members

NameDescription
OptionsFormCaption

Defines the Spelling Options Form‘s caption.

Default value : “Spelling Options”

| | SpellCheckFormCaption |

Defines the Check Spelling Form‘s caption.

Default value : “Check Spelling”

| | FinishSpellChecking |

Defines the text displayed within the message box invoked if the spelling check is complete and the ASPxSpellCheckerTextSettings.FinishSpellChecking property value is not customized.

Default value : “The spelling check is complete.”

| | NoSuggestionsText |

Defines the text shown in a Check Spelling Form suggestion box if no suggestion was found.

Default value : “(No Suggestions)”

| | NotInDictionary |

Defines the Check Spelling Form‘s Not in Dictionary label caption.

Default value : “Not in Dictionary:”

| | IgnoreOnceButton |

Defines the caption of the Ignore Once button on the Check Spelling Form of the Spell Checker.

Default value : “Ignore Once”

| | IgnoreAllButton |

Defines the caption of the Ignore All button on the Check Spelling Form of the Spell Checker.

Default value : “Ignore All”

| | AddToDictionaryButton |

Defines the caption of the Add to Dictionary button on the Check Spelling Form of the Spell Checker.

Default value : “Add to Dictionary”

| | ChangeTo |

Defines the Check Spelling Form‘s Change To: label caption.

Default value: “Change to:”

| | ChangeButton |

Defines the caption of the Change button on the Check Spelling Form of the Spell Checker.

Default value : “Change”

| | ChangeAllButton |

Defines the caption of the Change All button on the Check Spelling Form of the Spell Checker.

Default value : “Change All”

| | GeneralOptions |

Defines the caption of the General options block in the Spelling Options Form.

Default value : “General options”

| | IgnoreUppercase |

Defines the caption of the Ignore words in UPPERCASE option in the Spelling Options Form.

Default value : “Ignore words in UPPERCASE”

| | IgnoreMixedCase |

Defines the caption of the Ignore words in MiXeDcAsE option in the Spelling Options Form.

Default value : “Ignore words in MiXeDcAsE”

| | IgnoreNumbers |

Defines the caption of the Ignore words with numbers option in the Spelling Options Form.

Default value : “Ignore words with numbers”

| | IgnoreEmails |

Defines the caption of the Ignore e-mails option in the Spelling Options Form.

Default value : “Ignore e-mails”

| | IgnoreUrls |

Defines the caption of the Ignore URLs option in the Spelling Options Form.

Default value : “Ignore URLs”

| | IgnoreTags |

Defines the caption of the Ignore markup tags option in the Spelling Options Form.

Default value : “Ignore markup tags”

| | InternationalDictionaries |

Defines the caption of the International dictionaries block in the Spelling Options Form.

Default value : “International dictionaries”

| | ChooseDictionary |

Defines the text shown in the International dictionaries block of the Spelling Options Form.

Default value : “Choose which dictionary to use when checking your spelling.”

| | Language |

Defines the Language: label caption shown in the International dictionaries block of the Spelling Options Form.

Default value : “Language:”

| | OptionsButton |

Defines the caption of the Options button on the Check Spelling Form of the Spell Checker.

Default value : “Options…”

| | CloseButton |

Defines the caption of the Close button on the Check Spelling Form of the Spell Checker.

Default value : “Close”

| | OkButton |

Defines the caption of the OK button on the Spelling Options Form of the Spell Checker.

Default value : “OK”

| | CancelButton |

Defines the caption of the Cancel button on the Spelling Options Form of the Spell Checker.

Default value : “Cancel”

|

See Also

DevExpress.Web.ASPxSpellChecker.Localization Namespace