Hello, why the language code does not work

Hello, why the language code does not work

ArcadiyArcadiy Posts: 2Questions: 1Answers: 0
edited April 2018 in Free community support

Shortening of lines works, but the language does not change. And if you remove the code for shortening the lines, the language changes. But after all, the code of lines is working, how to combine them? Thanks
$(document).ready(function() {
$('#example').dataTable(
{
"pageLength": 5}, {
"language": {
"url": "/dataTables.russian.lang"
}
} );
} );

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.