Impossible for me adding oLanguage propierty :(
Impossible for me adding oLanguage propierty :(
raultaboraz
Posts: 6Questions: 0Answers: 0
Hi All,
Please could you help me? I am able to see datatables running very well, but I can't add "oLanguage": {"sUrl": "de_DE.txt"} to my code...
[code]
$(document).ready(function() {
$('#datatables').dataTable( {
/* "bJQueryUI": true, */
"sPaginationType": "full_numbers",
"aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
});
});
[/code]
My code looks like this
[code]
$(document).ready(function() {
$('#datatables').dataTable( {
/* "bJQueryUI": true, */
"sPaginationType": "full_numbers",
"aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]],
"oLanguage": {"sUrl": "de_DE.txt"} ,
});
});
[/code]
I swear that sure will be a very stupid question, can I can't get it working... I have already a de_DE.txt file on same scripts folders...
Please could you help me??
Thank you very much in advance!
Please could you help me? I am able to see datatables running very well, but I can't add "oLanguage": {"sUrl": "de_DE.txt"} to my code...
[code]
$(document).ready(function() {
$('#datatables').dataTable( {
/* "bJQueryUI": true, */
"sPaginationType": "full_numbers",
"aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
});
});
[/code]
My code looks like this
[code]
$(document).ready(function() {
$('#datatables').dataTable( {
/* "bJQueryUI": true, */
"sPaginationType": "full_numbers",
"aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]],
"oLanguage": {"sUrl": "de_DE.txt"} ,
});
});
[/code]
I swear that sure will be a very stupid question, can I can't get it working... I have already a de_DE.txt file on same scripts folders...
Please could you help me??
Thank you very much in advance!
This discussion has been closed.
Replies
Allan