[]
Gets or sets the DialogLanguage used when displaying the built-in spell dialog.
public DialogLanguage DialogLanguage { get; set; }
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.