Internationalisation bug
Internationalisation bug
wws
Posts: 2Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
Can you please link me to a simple demo that shows the problem?
Allan