language.processing not working in angular 5
language.processing not working in angular 5
![toson1003](https://secure.gravatar.com/avatar/4b36827c060eebed31d9b3b5306b6498/?default=https%3A%2F%2Fvanillicon.com%2F4b36827c060eebed31d9b3b5306b6498_200.png&rating=g&size=120)
Hello !
I'm using SmartAdmin and Datatables
I'm need setting language.processing but it not working
my code :
options = {
language: {
processing: "DataTables is currently busy"
}
}
Please help me !
This discussion has been closed.
Replies
Happy to take a look at a test case showing the issue.
Allan
@allan Hello
I want change text "Processing..." by other text
I was use above code but can't change
Do you know solution ?
Thanks
Hello
I found solution :
oLanguage: {
"sProcessing": "orther text..."
}
Thanks !