How to translate DataTables to Russian?
How to translate DataTables to Russian?
Sholex
Posts: 1Questions: 1Answers: 0
https://datatables.net/plug-ins/i18n/
I have big problem with it. I need fully, detailed instruction to how to make it!
I did all actions with it and didn't get result(
Thank you very much!
This discussion has been closed.
Answers
It seems to work here:
http://live.datatables.net/sasarodu/1/edit
I used the CDN provided here:
https://datatables.net/plug-ins/i18n/Russian
What exactly happens?
Do you get alert or console errors?
Can you post a link to your page or a test case sowing the problem?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
If I do so - https://jsbin.com/rugoses/edit?html,js,output, then
That's because you are initialising the table twice! At the start of the code where you're giving the language options, and again a few lines down. Combine those two initialisation by putting the code into both. This is giving an error, but it'll get you closer: http://live.datatables.net/cuxeyuja/1/edit
Colin
Thank you very much, Colin! You helped me a lot