Hi,
My grid don´t change language. What is wrong ??
_Layout.cshtml
@Scripts.Render("~/Scripts/ej.culture.pt-BR.js")
index.cshtml
@(Html.EJ().Grid<object>("GridCategoria")
.Locale("pt-BR")
.Datasource(ds => ds.URL(@Url.Action("DataSource"))
.Adaptor(AdaptorType.UrlAdaptor).UpdateURL("Update").InsertURL(@Url.Action("Insert")).RemoveURL("Remove"))
.AllowPaging()
.AllowSorting()
.ShowColumnChooser()
.EnableHeaderHover()
....)
Thank´s
Marcelo