Have a problemin aboute ui.ig api regional.
Html.Infragistics().Loader() .ScriptPath(Url.Content("~/Infragistics/js/")) .CssPath(Url.Content("~/Infragistics/css/")) .Regional("tr") .Theme("obs") .Resources("igDatapicker.*,igValidator,igCombo,igDialog,igEditors,igGrid.*") .Render();
How to localize this raquired message or ui.ig ?
Thanks for help
Hello BK,
You can change this from the errorMessage option on the igValidator:
http://help.infragistics.com/jQuery/2014.2/ui.igvalidator#options:errorMessage.
Please let me know if this works for you.