Customize language for header.
-
Hi,
I’ve just tried the plugin, and trying to translate texts from the header such as :
Title, Category, Update Date, Download, Back, Previous and Search.I knew the plugin use DataTables.net and I knew how to apply a custom language to each item above, but somehow it doesn’t work.
This is the code I put on : asset/js/custom.js
$(‘.dataTable’).DataTable({
language: {
search: “_INPUT_”,
searchPlaceholder: “Eintr?ge suchen”,
paginate: {
first: “Anfang”,
last: “Ende”,
next: “vor”,
previous: “zurück”
},
info: ” _START_ bis _END_ von _TOTAL_ Eintr?gen”,
lengthMenu: “_MENU_ Eintr?gen”}
});
I couldn’t find anything about this custom translation in Docs file, or Do I miss something there?
- The topic ‘Customize language for header.’ is closed to new replies.