I want to configure the language translation of Datatable
by means of local url in a solution of ASP.NET MVC 4.
tblJs = tblHtml.DataTable({
destroy: true,
searching: false,
ajax: { url: '/Area/Control/getDatos'},
"language": { "url": "~/Scripts/Utilities/datatables/Spanish.json" },
});
The address of the file is correct, but when consulting it, it shows me this screen.
What configuration do I need to load the json with the translation?