<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor" TagPrefix="obout" %>
<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor.Popups" TagPrefix="obout" %>
<obout:PopupHolder runat="server" id="popupHolder" DefaultAddPolicy="Demand" >
<demand>
<obout:SpellCheckPopup CustomDictionaryOnServer="true" runat="server">
<Dictionaries>
<obout:SpellCheckDictionary FileName="en-US.dic" DisplayName="English(US)" />
<obout:SpellCheckDictionary FileName="es-ES.dic" DisplayName="Spanish" />
</Dictionaries>
</obout:SpellCheckPopup>
</demand>
</obout:PopupHolder>
...
<obout:Editor runat="server" Id="editor" Height="400px" Width="100%" PopupHolderID="popupHolder" />