Click or drag to resize
KaxSpellSupportedLanguages Property
Gets or sets the supported languages.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string[] SupportedLanguages { get; set; }

Property Value

Type: String
A string array containing the codes and names of the languages (code, name, code, name...)
Remarks
The supported languages will be displayed in a drop-down list, and the user can select the language for spellchecking.
Examples
ASPNET
<kaxS:KaxSpell ID="spell1"
    Runat="server"
    ControlToCheck="textBox1"
    SupportedLanguages="en-US,English,fr-FR,French">
</kaxS:KaxSpell>
See Also