API Reference
Class
DataTablesLanguage
Localization strings for DataTables user interface elements.
Inheritance
- Object
- DataTablesLanguage
Constructors
public DataTablesLanguage() #Inherited Methods
Properties
public String Search { get; set; } #JsonPropertyName("search") JsonIgnore(Condition = 3)Label for the search input.
public String Info { get; set; } #JsonPropertyName("info") JsonIgnore(Condition = 3)Information text.
public String InfoEmpty { get; set; } #JsonPropertyName("infoEmpty") JsonIgnore(Condition = 3)Text shown when no records are present.
public String InfoFiltered { get; set; } #JsonPropertyName("infoFiltered") JsonIgnore(Condition = 3)Text for filtered results information.
public String LoadingRecords { get; set; } #JsonPropertyName("loadingRecords") JsonIgnore(Condition = 3)Loading message.
public String Processing { get; set; } #JsonPropertyName("processing") JsonIgnore(Condition = 3)Processing message.
public String ZeroRecords { get; set; } #JsonPropertyName("zeroRecords") JsonIgnore(Condition = 3)Text shown when no matching records are found.
public DataTablesPaginate Paginate { get; set; } #JsonPropertyName("paginate") JsonIgnore(Condition = 3)Text used for pagination buttons.