API Reference
Class
DataTablesLanguage
Localization strings for DataTables user interface elements.
Inheritance
- Object
- DataTablesLanguage
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method DataTablesSettings.Language
- Method DataTablesTable.Localize
Constructors
public DataTablesLanguage() #Methods
public DataTablesLanguage AllLabel(String label) #Returns:
DataTablesLanguageSets the localized label used for the page-length -1 option.
Parameters
- label System.String
public DataTablesLanguage ConfigureButtons(Action<DataTablesButtonsLanguage> configure) #Returns:
DataTablesLanguageConfigures localized button labels.
Parameters
- configure System.Action{HtmlForgeX.DataTablesButtonsLanguage}
public DataTablesLanguage ConfigureToggleView(Action<DataTablesToggleViewLanguage> configure) #Returns:
DataTablesLanguageConfigures localized labels used by the toggle-view helper.
Parameters
- configure System.Action{HtmlForgeX.DataTablesToggleViewLanguage}
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 DataTablesButtonsLanguage Buttons { get; set; } #JsonPropertyName("buttons") JsonIgnore(Condition = 3)Localized button labels used by the Buttons extension.
public DataTablesPaginate Paginate { get; set; } #JsonPropertyName("paginate") JsonIgnore(Condition = 3)Text used for pagination buttons.
public DataTablesToggleViewLanguage ToggleView { get; set; } #JsonIgnoreLocalized labels used by the HtmlForgeX toggle-view helper.