Datatables Language, i don't get it.

Datatables Language, i don't get it.

halyconhalycon Posts: 2Questions: 1Answers: 0

Hi,

i'm trying to use provided translation file like this:

<script src="//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script>
$(function () {
        $('#usertable').DataTable({
            "language": {
                "url": "//cdn.datatables.net/plug-ins/1.10.16/i18n/German.json"
            },
            "paging": false,
            "lengthChange": false,
            "searching": true,
            "ordering": true,
            "info": true,
            "autoWidth": false,

        });
    });
</script>

But the DataTable is still englisch :neutral:
Any advice?

Thank you!

Cheers

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.