KaxSpellSupportedLanguages Property |
Gets or sets the supported languages.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string[] SupportedLanguages { get; set; }
Public Property SupportedLanguages As String()
Get
Set
public:
property array<String^>^ SupportedLanguages {
array<String^>^ get ();
void set (array<String^>^ value);
}
member SupportedLanguages : string[] with 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<kaxS:KaxSpell ID="spell1"
Runat="server"
ControlToCheck="textBox1"
SupportedLanguages="en-US,English,fr-FR,French">
</kaxS:KaxSpell>
See Also