How can I change this language?
How can I change this language?
Hwan 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?
This discussion has been closed.
Replies
This is a running example of the code you posted: http://live.datatables.net/xavimato/1/edit .
I'm not quite clear on what you want to change about it.
Allan