So, DataTables.net component can be used in multilingual applications. Please note that we need to set up translations on two levels: Translations for DataTables.net component itself; Translations for Strings used by DataTables.net component. It is a bit tricky to set up it all properly, but it is doable.
If you are not familiar with the multi-language setup for ASP.NET, please read my articles. I am not going to copy-paste the same text again here, I will just use the same code from those examples here. As explained in those articles, the main trick is to set up AspNetCore.Culture cookie properly for the particular language.
Collection
[
|
...
]