Change button language

Change button language

noeyeatnoeyeat Posts: 2Questions: 1Answers: 0
edited February 2017 in Free community support

I want to change the previous and next button languages, currently I have this code on:

$(tablePosts).DataTable({
"order": [
[ 1, "desc" ]
],
"language": {
"lengthMenu": "Mostrar _MENU_ posts por página",
"zeroRecords": "Nenhum post encontrado",
"info": "Mostrando página _PAGE_ de _PAGES_",
"infoEmpty": "Nenhum post disponível",
"infoFiltered": "(filtrado do total de _MAX_ posts)"
}
});

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.