I\'m trying to change with jQuery language of a table with datatables. I\'m trying to push a button to change the language of the table.
$(\'#prueba\').live(
"//cdn.datatables.net/plug-ins/1.10.16/i18n/Turkish.json", "de-DE" =>"//cdn.datatables.net/plug-ins/1.10.16/i18n/German.json", "es-ES"=>"//cdn.datatables.net/plug-ins/1.10.16/i18n/Spanish.json" ); ?>