Internationalisation bug

Internationalisation bug

wwswws Posts: 2Questions: 0Answers: 0
edited February 2012 in Bug reports
Hi
I'm trying to use parameter oPaginate.
[code]
"sPaginationType": "full_numbers",
"oLanguage": {
"oPaginate": {
"sFirst": "1",
"sNext": "text in foreign lang.",
"sPrevious": "yet another text."
}
}
[/code]
It doesn't work :(
BTW, How I can change the text "Previous" and "Next" in 'two_button' PaginationType?
Thanks

Replies

  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    Looks like it works just fine to me: http://live.datatables.net/ufenaf/edit

    Can you please link me to a simple demo that shows the problem?

    Allan
  • wwswws Posts: 2Questions: 0Answers: 0
    Sorry, I found the stupid bug in own code.
This discussion has been closed.