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

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute(DialogLanguage.Automatic)]
public DialogLanguage DialogLanguage { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(DialogLanguage.Automatic)> _
Public Property DialogLanguage As 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.

See Also