private void Gridfilter_customizer ()
{
Infragistics.Shared.ResourceCustomizer Rc=infragistics.win.ultrawingrid.resources.customizer;
Rc. Setcustomizedstring ("Rowfilterdropdownallitem", "all");
Rc. Setcustomizedstring ("Rowfilterdropdownblanksitem", "empty");
Rc. Setcustomizedstring ("Rowfilterdropdowncustomitem", "Custom");
Rc. Setcustomizedstring ("Rowfilterdropdownnonblanksitem", "not empty");
Rc. Setcustomizedstring ("Rowfilterdropdownallitem", "all");
Rc. Setcustomizedstring ("Rowfilterdialogtitleprefix", "Input filter Criteria for");
Rc. Setcustomizedstring ("Filterdialogandradiotext", "and");
Rc. Setcustomizedstring ("Filterdialogorradiotext", "or");
Rc. Setcustomizedstring ("Filterdialogaddconditionbuttontext", "Add one condition (&n)");
Rc. Setcustomizedstring ("Filterdialogdeletebuttontext", "delete a condition");
Rc. Setcustomizedstring ("Filterdialogokbuttontext", "OK (&o)");
Rc. Setcustomizedstring ("Filterdialogcancelbuttontext", "Cancellation (&c)");
Rc. Setcustomizedstring ("Filterdialogokbuttonnofilterstext", "no filtration");
Rc. Setcustomizedstring ("Rowfilterdialogoperatorheadercaption", "comparison operator");
Rc. Setcustomizedstring ("Rowfilterdialogoperandheadercaption", "Guidelines");
Rc. Setcustomizedstring ("Rowfilterdropdownequals", "equal");
Rc. Setcustomizedstring ("Rowfilterdropdownnotequals", "Not Equal");
Rc. Setcustomizedstring ("Rowfilterdropdownlessthan", "less than");
Rc. Setcustomizedstring ("Rowfilterdropdownlessthanorequalto", "less than equal");
Rc. Setcustomizedstring ("Rowfilterdropdowngreaterthan", "greater than");
Rc. Setcustomizedstring ("Rowfilterdropdowngreaterthanorequalto", "Greater than equals");
Rc. Setcustomizedstring ("Rowfilterdropdownmatch", "Custom rule expression");
Rc. Setcustomizedstring ("Rowfilterdropdownlike", "Fuzzy Lookup");
   RC. Setcustomizedstring ("Rowfilterdialogblanksitem", "blank");
   RC. Setcustomizedstring ("Rowfilterdialogdbnullitem", "no value");
   RC. Setcustomizedstring ("Rowfilterdialogemptytextitem", "null character");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_equals", "equal");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_notequals", "Not Equal");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_lessthan", "less than");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_lessthanorequalto", "less than equal");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_greaterthan", "greater than");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_greaterthanorequalto", "Greater than equals");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_match", "Custom rule expression");
   RC. Setcustomizedstring ("Rowfilterdropdown_operator_like", "Fuzzy Lookup");
Rc. Setcustomizedstring ("Rowfilterpatterncaption", "Invalid lookup mode");
Rc. Setcustomizedstring ("Rowfilterpatternerror", "bad parsing mode {0}." Enter a valid expression ");
Rc. Setcustomizedstring ("Rowfilterpatternexception", "Invalid lookup mode {0}");
Rc. Setcustomizedstring ("Rowfilterregexerror", "invalid rule expression {0}." Enter a valid expression ");
Rc. Setcustomizedstring ("Rowfilterregexerrorcaption", "Invalid Rule expression");
Rc. Setcustomizedstring ("Rowfilterregexexception", "invalid rule expression {0}");
}
There is something wrong with the translation. Please understand that there is just a netizen needs, so posted up.