BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<Excel Filter culture file>
ej.ExcelFilter.Locale["default"] = ej.ExcelFilter.Locale["pt-BR"] = {
SortNoSmaller: "Sort Smallest to Largest", //You can replace the culture valure instead of defaults
SortNoLarger: "Sort Largest to Smallest", //You can replace the culture valure instead of defaults
SortTextAscending: "Sort A to Z", //You can replace the culture valure instead of defaults
SortTextDescending: "Sort Z to A", //You can replace the culture valure instead of defaults
SortDateOldest: "Sort by Oldest", //You can replace the culture valure instead of defaults
SortDateNewest:"Sort by Newest", //You can replace the culture valure instead of defaults
SortByColor: "Sort By Color", //You can replace the culture valure instead of defaults
SortByCellColor: "Sort by Cell Color", //You can replace the culture valure instead of defaults
SortByFontColor: "Sort by Font Color", //You can replace the culture valure instead of defaults
FilterByColor: "Filter By Color", //You can replace the culture valure instead of defaults
CustomSort: "Custom Sort", //You can replace the culture valure instead of defaults
FilterByCellColor: "Filter by Cell Color", //You can replace the culture valure instead of defaults
FilterByFontColor: "Filter by Font Color", //You can replace the culture valure instead of defaults
ClearFilter: "Clear Filter", //You can replace the culture valure instead of defaults
NumberFilter: "Number Filters", //You can replace the culture valure instead of defaults
GuidFilter: "Guid Filters", //You can replace the culture valure instead of defaults
TextFilter: "Text Filters", //You can replace the culture valure instead of defaults
DateFilter: "Date Filters", //You can replace the culture valure instead of defaults
DateTimeFilter: "Date Time Filters", //You can replace the culture valure instead of defaults
SelectAll: "Select All", //You can replace the culture valure instead of defaults
Blanks: "Blanks", //You can replace the culture valure instead of defaults
Search:"Search", //You can replace the culture valure instead of defaults
Showrowswhere:"Show rows where", //You can replace the culture valure instead of defaults
NumericTextboxWaterMark:"Enter value", //You can replace the culture valure instead of defaults
StringMenuOptions: [{ text: "Equal", value: "equal" }, { text: "Not Equal", value: "notequal" }, { text: "Starts With", value: "startswith" }, { text: "Ends With", value: "endswith" }, { text: "Contains", value: "contains" }, { text: "Custom Filter", value: "customfilter" }],
NumberMenuOptions: [{ text: "Equal", value: "equal" }, { text: "Not Equal", value: "notequal" }, { text: "Less Than", value: "lessthan" }, { text: "Less Than Or Equal", value: "lessthanorequal" }, { text: "Greater Than", value: "greaterthan" }, { text: "Greater Than Or Equal", value: "greaterthanorequal" }, { text: "Between", value: "between" }, { text: "Custom Filter", value: "customfilter" }],
GuidMenuOptions: [{ text: "Equal", value: "equal" }, { text: "Not Equal", value: "notequal" }, { text: "Custom Filter", value: "customfilter" }],
DateMenuOptions: [{ text: "Equal", value: "equal" }, { text: "Not Equal", value: "notequal" }, { text: "Less Than", value: "lessthan" }, { text: "Less Than Or Equal", value: "lessthanorequal" }, { text: "Greater Than", value: "greaterthan" }, { text: "Greater Than Or Equal", value: "greaterthanorequal" }, { text: "Between", value: "between" }, { text: "Custom Filter", value: "customfilter" }],
DatetimeMenuOptions: [{ text: "Equal", value: "equal" }, { text: "Not Equal", value: "notequal" }, { text: "Less Than", value: "lessthan" }, { text: "Less Than Or Equal", value: "lessthanorequal" }, { text: "Greater Than", value: "greaterthan" }, { text: "Greater Than Or Equal", value: "greaterthanorequal" }, { text: "Between", value: "between" }, { text: "Custom Filter", value: "customfilter" }],
Top10MenuOptions: [{ text: "Top", value: "top" }, { text: "Bottom", value: "bottom" }],
title: "Custom Filter", //You can replace the culture valure instead of defaults
PredicateAnd: "AND", //You can replace the culture valure instead of defaults
PredicateOr: "OR", //You can replace the culture valure instead of defaults
Ok: "OK", //You can replace the culture valure instead of defaults
MatchCase: "Match Case", //You can replace the culture valure instead of defaults
Cancel: "Cancel", //You can replace the culture valure instead of defaults
NoResult: "No Matches Found", //You can replace the culture valure instead of defaults
CheckBoxStatusMsg: "Not all items showing", //You can replace the culture valure instead of defaults
DatePickerWaterMark: "Select date", //You can replace the culture valure instead of defaults
DateTimePickerWaterMark: "Select date time", //You can replace the culture valure instead of defaults
True: "true", //You can replace the culture valure instead of defaults
False: "false"//You can replace the culture valure instead of defaults
}; |