Good morning
I would like to be able to translate certain elements of my page but I don’t know how because I use this site: https://datatables.net/manual/
for my search for example I would like to be able to indicate search in the “Search” location
Do you have any idea because I looked in the manual and I don’t see how to do it?
<script>
$(document).ready(function() {
$('#example').DataTable( {
"scrollY": "500px",
"scrollCollapse": true,
"paging": false
});
} );
</script>
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script src="https://cdn.datatables.net/2.0.5/js/dataTables.js"></script>