ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SpellOptions Class / DialogLanguage Property

In This Topic
    DialogLanguage Property (SpellOptions)
    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 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