Language translate.
Language translate.
borninmotion
Posts: 18Questions: 2Answers: 0
Hello!
How i can translate language of searchbar text, results, pagination buttons text , etc.. ?
thanks in advance !
p.s. - Awesome script !
How i can translate language of searchbar text, results, pagination buttons text , etc.. ?
thanks in advance !
p.s. - Awesome script !
This discussion has been closed.
Replies
Allan
$(document).ready(function() {
$('#example').dataTable( {
"oLanguage": {
"sLengthMenu": "Display _MENU_ записей на странице",
"sZeroRecords": "Nothing found - sorry",
"sInfo": "Showing _START_ to _END_ of _TOTAL_ records",
"sInfoEmpty": "Showing 0 to 0 of 0 records",
"sInfoFiltered": "(filtered from _MAX_ total records)"
}
} );
} );
in my html code in body area - but this not workig..
can you help me to translate 8 words in my html code ?
thanks in advance !
http://luxon.co.il/error_/
Allan
it's not really helps me , because i can't see problem dipper , i am a newbie in js.
Allan
Allan