ComponentOne Maps for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / SpellOptions Class / DialogLanguage Property

In This Topic
    DialogLanguage Property
    In This Topic
    Gets or sets the DialogLanguage used when displaying the built-in spell dialog.
    Syntax
    'Declaration
     
    Public Property DialogLanguage As DialogLanguage
    public DialogLanguage DialogLanguage {get; set;}
    Remarks
    The dialog language does not affect spelling. To change the language used for spelling, use theC1SpellChecker.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