Language
Specify language json url from cdn or local.
Or configure:All strings that DataTables uses in its user interface are defined in this object, allowing you to modified them individually or completely replace them all as required. This ensures that DataTables is fully internationalisable as strings for any language can be used.
The following is the default object that DataTables uses for its language strings (for information about each individual parameter, please see its individual documentation document):
Decimal¶
Set the decimal place character.
EmptyTable¶
This string is shown when the table is empty of data (regardless of filtering).
Info¶
This string gives information to the end user about the information that is current on display on the page.
InfoEmpty¶
Display information string for when the table is empty.
InfoFiltered¶
When a user filters the information in a table, this string is appended to the information (info) to give an idea of how strong the filtering is.
InfoPostFix¶
If can be useful to append extra information to the info string at times, and this variable does exactly that.
Thousands¶
The thousands separator option is used for output of information only.
LengthMenu¶
Detail the action that will be taken when the drop down menu for the pagination length option is changed.
LoadingRecords¶
This message is shown in an empty row in the table to indicate to the end user the the data is being loaded.
Processing¶
Text that is displayed when the table is processing a user action (usually a sort command or similar).
Search¶
Sets the string that is used for DataTables filtering input control.
ZeroRecords¶
Text shown inside the table records when the is no information to be displayed after filtering.
Paginate¶
Pagination string used by DataTables for the built-in pagination control types.
Aria¶
Language strings used for WAI-ARIA specific attributes.
SortAscending¶
Set ARIA sort ascending string.
SortDescending¶
Set ARIA sort descending string.
Orderable¶
OrderableReverse¶
Set ARIA orderableReverse string.