Gets or sets the language to use for button titles and error messages on spell check dialog box.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public virtual string Language { get; set; } |
Visual Basic |
---|
Public Overridable Property Language As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ Language {
String^ get ();
void set (String^ value);
} |
Field Value
Language to use for spell check dialog box.
Language files for English, Spanish, French, German, or Italian are already provided.
However, you can set it to any language of your choice.
The default value is
English.
Remarks
See Also