How can I change this language?

How can I change this language?

Hwan LeeHwan Lee Posts: 7Questions: 5Answers: 0

I want to change 'the Info Language' and reference to DataTables Examples - Language option like that.

$(document).ready(function() {
    $('#example').DataTable( {
        "language": {
            "lengthMenu": "Display _MENU_ records per page",
            "zeroRecords": "Nothing found - sorry",
            "info": "Showing page _PAGE_ of _PAGES_",
            "infoEmpty": "No records available",
            "infoFiltered": "(filtered from _MAX_ total records)"
        }
    } );
} );

but There was nothing I wanted.
I want to change in picture. (number in black square.)
How can I change this language?

Replies

This discussion has been closed.