Russian language problem

Russian language problem

azamatazamat Posts: 1Questions: 1Answers: 0

Hi!
I like jquery datatable, thanks for this product!

My problem: i set default russian languages, but if i select row this information don't translate.

<code>
$.extend(true, $.fn.dataTable.defaults, {
language: {
url: "//cdn.datatables.net/plug-ins/1.10.13/i18n/Russian.json"
}
});
</code>

Answers

  • pratsprats Posts: 45Questions: 21Answers: 0

    You can add entry for selected row in that json file by downloading to local storage and then set url to modified json file

This discussion has been closed.