28 Feb 2017, 3:36 PM
|
vdbabu
Joined on 02-19-2017
Posts 2
|
Re: UltimateSpell Dictionary on LoadBalancing
|
|
|
|
Hi,
We tried what has been specified, it does not work for us. We are using UltimateSpellMVC. Please see the code snippet we are using
@using (Html.BeginForm("ClientAPI", "Samples", FormMethod.Post, new { id = "form1" }))
{
@(Html.UltimateSpellMVC()
.ID("UltimateSpellMVC1")
.Dictionary("en-NZ")
.Language("English")
.CustomDictionary("CustomEnglish")
.IncludeDirectory("/UltimateSpellInclde")
.ShowSpellButton(false)
.Render())
}
Please tell us how we can achieve this functionality.
|
|
|
|
|
|
|
|