I am currently using angular-datatables.
How can I see the interface of the table in other languages?
I mean the "Show entries", "Search:", "Showing 1 to 10 of 20 entries" literals fore example in Spanish.
Regards
We started with Q&A. Technical documentation is next, and we need your help.
Whether you're a beginner or an experienced developer, you can contribute.
I am currently using angular-datatables. How can I see the interface of the table in other languages? I mean the "Show entries", "Search:", "Showing 1 to 10 of 20 entries" literals fore example in Spanish. Regards |
|||
|
You need to define a language struct like this (danish implementation, what I am using in my angular-datatables apps) :
There is a bunch of languages here -> https://www.datatables.net/plug-ins/i18n/ And then you include the
|
|||
|