[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.SpellOptions.DialogLanguage

DialogLanguage Property

DialogLanguage

Gets or sets the DialogLanguage used when displaying the built-in spell dialog.

Declaration
public DialogLanguage DialogLanguage { get; set; }
Remarks

The dialog language does not affect spelling. To change the language used for spelling, use the MainDictionary property to select a different spelling dictionary.

By default, the built-in spell dialog (C1SpellDialog) is displayed in the language specified by the current culture. If the current culture specifies a language that is not available, then the dialog will be displayed in English.

See the DialogLanguage enumeration for a list of supported dialog languages.