TableTools desapear with internalization file

TableTools desapear with internalization file

sgasparsgaspar Posts: 8Questions: 0Answers: 0
edited May 2013 in TableTools
Hello,

When I use in my table this option:
"oLanguage": {"sUrl": "../js/mylibs/dynamic-tables/aaa.asp"};}'

where aaa.asp is like this:

<%
response.ContentType="text/HTML"
response.CharSet="ISO-8859-1"
%>
{
"sProcessing": "A processar...",
"sZeroRecords": "Não foram encontrados resultados",
"sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registos",
"sInfoEmpty": "Mostrando de 0 até 0 de 0 registros",
"sInfoFiltered": "(filtrado de _MAX_ registos no total)",
"sInfoPostFix": "",
"sSearch": "Procurar:",
"sUrl": "",
"oPaginate": {
"sFirst": "Primeiro",
"sPrevious": "Anterior",
"sNext": "Seguinte",
"sLast": "Último"
}
}

The TableTools desapear... What I´m I doing wrong?

Best,
Sílvia
This discussion has been closed.