C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / DialogLanguage Enumeration

DialogLanguage Enumeration
Specifies the language to be used when displaying the built-in spell dialog
Syntax
'Declaration
 
Public Enum DialogLanguage 
   Inherits System.Enum
 
Members
MemberDescription
AutomaticChoose dialog language according to the current application culture.
DutchShow Dutch dialog.
EnglishShow English dialog.
FrenchShow French dialog.
GermanShow German dialog.
ItalianShow Italian dialog.
PortugueseShow Portuguese dialog.
SpanishShow Spanish dialog.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker.DialogLanguage

See Also