Is example in the section "Advanced initialisation/ Language file" really working?
Is example in the section "Advanced initialisation/ Language file" really working?
Looking at the example in this page:
https://datatables.net/examples/advanced_init/language_file
I was expecting to read the table in german. Why is in english? Do we need to add something more to the code?
I want to translate a table, and as in the example, is not translating.
Regards
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
It will work if you drop the
sfromhttpsin your link above. Updated link.The reason being is that your browser is refusing to load Ajax over http when the host page is https.
I used http in the example incase people were using the examples on their local file system, but I think it would probably be best to change the loader to be protocol independent. Which I'll do just now and deploy the to site soon.
Thanks,
Allan