private void GridFilter_Customizer()
{
Infragistics.Shared.ResourceCustomizer rc=Infragistics.Win.UltraWinGrid.Resources.Customizer;
rc.SetCustomizedString("RowFilterDropDownAllItem","所有");
rc.SetCustomizedString("RowFilterDropDownBlanksItem","空");
rc.SetCustomizedString("RowFilterDropDownCustomItem","自訂");
rc.SetCustomizedString("RowFilterDropDownNonBlanksItem","非空");
rc.SetCustomizedString("RowFilterDropDownAllItem","所有");
rc.SetCustomizedString("RowFilterDialogTitlePrefix","輸入過濾準則為");
rc.SetCustomizedString("FilterDialogAndRadioText","並且");
rc.SetCustomizedString("FilterDialogOrRadioText","或者");
rc.SetCustomizedString("FilterDialogAddConditionButtonText","增加一個條件(&N)");
rc.SetCustomizedString("FilterDialogDeleteButtonText","刪除一個條件");
rc.SetCustomizedString("FilterDialogOkButtonText","確定(&O)");
rc.SetCustomizedString("FilterDialogCancelButtonText","取消(&C)");
rc.SetCustomizedString("FilterDialogOkButtonNoFiltersText","不過濾");
rc.SetCustomizedString("RowFilterDialogOperatorHeaderCaption","比較子");
rc.SetCustomizedString("RowFilterDialogOperandHeaderCaption","準則");
rc.SetCustomizedString("RowFilterDropDownEquals","等於");
rc.SetCustomizedString("RowFilterDropDownNotEquals","不等於");
rc.SetCustomizedString("RowFilterDropDownLessThan","小於");
rc.SetCustomizedString("RowFilterDropDownLessThanOrEqualTo","小於等於");
rc.SetCustomizedString("RowFilterDropDownGreaterThan","大於");
rc.SetCustomizedString("RowFilterDropDownGreaterThanOrEqualTo","大於等於");
rc.SetCustomizedString("RowFilterDropDownMatch","自訂規則運算式");
rc.SetCustomizedString("RowFilterDropDownLike","模糊尋找");
rc.SetCustomizedString("RowFilterDialogBlanksItem","空白");
rc.SetCustomizedString("RowFilterDialogDBNullItem","無值");
rc.SetCustomizedString("RowFilterDialogEmptyTextItem","Null 字元");
rc.SetCustomizedString("RowFilterDropDown_Operator_Equals","等於");
rc.SetCustomizedString("RowFilterDropDown_Operator_NotEquals","不等於");
rc.SetCustomizedString("RowFilterDropDown_Operator_LessThan","小於");
rc.SetCustomizedString("RowFilterDropDown_Operator_LessThanOrEqualTo","小於等於");
rc.SetCustomizedString("RowFilterDropDown_Operator_GreaterThan","大於");
rc.SetCustomizedString("RowFilterDropDown_Operator_GreaterThanOrEqualTo","大於等於");
rc.SetCustomizedString("RowFilterDropDown_Operator_Match","自訂規則運算式");
rc.SetCustomizedString("RowFilterDropDown_Operator_Like","模糊尋找");
rc.SetCustomizedString("RowFilterPatternCaption","無效尋找模式");
rc.SetCustomizedString("RowFilterPatternError","錯誤的解析模式{0}. 請輸入一個有效運算式");
rc.SetCustomizedString("RowFilterPatternException","無效尋找模式{0}");
rc.SetCustomizedString("RowFilterRegexError","無效的規則運算式{0}.請輸入一個有效運算式");
rc.SetCustomizedString("RowFilterRegexErrorCaption","無效規則運算式");
rc.SetCustomizedString("RowFilterRegexException","無效規則運算式{0}");
}
裡面翻譯的有所不妥。請大家諒解,正好有個網友需要,所以貼上來了。