Language and back to top

Language and back to top

mankgolinomankgolino Posts: 2Questions: 1Answers: 0

Hi guys
I need somebody help
I want integrate the language

"language": {
"url": "https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Italian.json"
}

to the file in attachment.

I try but without success

Answers

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765
    edited February 2020

    I don't see that option in your code?

    What happens when you try? do you get errors in the browser's console?

    Are you adding a comma like this?

    "language": {
    "url": "https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Italian.json"
    },  // comma here
    

    If you need more help please post the non-working example.

    Kevin

  • mankgolinomankgolino Posts: 2Questions: 1Answers: 0

    https://bit.ly/3bLC2m8
    I works well now :)
    Thanks a lot! It was a problem of comma or positioning I think, I am not so expert of javascript
    Thanks a lot!
    Have a nice Day

This discussion has been closed.