Devexpress (dxperience) 10.1.6 can be customized in a simple way.

Source: Internet
Author: User
Using devexpress. xtraeditors. controls; namespace localizationchs {public class devexpressxtraeditorslocalizationchs: localizer {public override string getlocalizedstring (stringid ID) {Switch (ID) {Case stringid. none: Return ""; Case stringid. captionerror: Return "error"; Case stringid. invalidvaluetext: Return "invalid value"; Case stringid. checkchecked: Return "selected"; Case stringid. checkunchecked: Return "not Select "; Case stringid. checkindeterminate: Return "Indeterminate"; Case stringid. dateedittoday: Return "today"; Case stringid. dateeditclear: Return "clear"; Case stringid. OK: Return "OK"; Case stringid. cancel: Return "cancel"; Case stringid. navigatorfirstbuttonhint: Return "first"; Case stringid. navigatorpreviusbuttonhint: Return "previous"; Case stringid. navigatorpreviouspagebuttonhint: Return "Previous Page "; Case stringid. navigatornextbuttonhint: Return "Next"; Case stringid. navigatornextpagebuttonhint: Return "next page"; Case stringid. navigatorlastbuttonhint: Return "last"; Case stringid. navigatorappendbuttonhint: Return "APPEND"; Case stringid. navigatorremovebuttonhint: Return "delete"; Case stringid. navigatoreditbuttonhint: Return "edit"; Case stringid. navigatorendeditbuttonhint: Return "End Edit "; Case stringid. navigatorcanceleditbuttonhint: Return "cancel edit"; Case stringid. navigatortextstringformat: Return "record {0} of {1}"; Case stringid. pictureeditmenucut: Return "cut"; Case stringid. pictureeditmenucopy: Return "copy"; Case stringid. pictureeditmenupaste: Return "Paste"; Case stringid. pictureeditmenudelete: Return "delete"; Case stringid. pictureeditmenuload: Return "LOAD"; Case St Ringid. pictureeditmenusave: Return "save"; Case stringid. pictureeditopenfilefilter: Return "bitmap files (*. BMP) | *. BMP | "+" Graphics Interchange Format (*. GIF) | *. GIF | "+" JPEG file interchange format (*. JPG ;*. JPEG) | *. JPG ;*. JPEG | "+" icon files (*. ICO) | *. ICO | "+" all picture files | *. BMP ;*. GIF ;*. JPG ;*. JPEG ;*. ICO ;*. PNG ;*. TIF | "+" all files | *. * "; Case stringid. pictureeditsavefilefilter: Return "bitm AP files (*. BMP) | *. BMP | "+" Graphics Interchange Format (*. GIF) | *. GIF | "+" JPEG file interchange format (*. JPG) | *. jpg "; Case stringid. pictureeditopenfiletitle: Return "open"; Case stringid. pictureeditsavefiletitle: Return "Save as"; Case stringid. pictureeditopenfileerror: Return "wrong picture format"; Case stringid. pictureeditopenfileerrorcaption: Return "Open error"; Case stringid. pictureeditcop Yimageerror: Return "cocould not copy image"; Case stringid. lookupeditvalueisnull: Return "[editvalue is null]"; Case stringid. lookupinvalideditvaluetype: Return "invalid lookupedit editvalue type. "; Case stringid. lookupcolumndefaultname: Return "name"; Case stringid. maskboxvalidateerror: Return "The entered value is incomplete. do you want to correct it? \ R \ n "+" yes-Return to the editor and correct the value. \ r \ n "+" no-Leave the value as is. \ r \ n "+" cancel-reset to the previous value. \ r \ n "; Case stringid. unknownpictureformat: Return "unknown picture format"; Case stringid. dataempty: Return "no image data"; Case stringid. notvalidarraylength: Return "not valid array length. "; Case stringid. imagepopupempty: Return "(empty)"; Case stringid. Imagepopuppicture: Return "(picture)"; Case stringid. colortabcustom: Return "Custom"; Case stringid. colortabweb: Return "Web"; Case stringid. colortabsystem: Return "system"; Case stringid. calcbuttonmc: Return "MC"; Case stringid. calcbuttonmr: Return "Mr"; Case stringid. calcbuttonms: Return "Ms"; Case stringid. calcbuttonmx: Return "m +"; Case stringid. calcbuttonsqrt: Return "SQRT"; Case stringid. cal Cbuttonback: Return "back"; Case stringid. calcbuttonce: Return "CE"; Case stringid. calcbuttonc: Return "C"; Case stringid. calcerror: Return "calculation error"; Case stringid. tabheaderbuttonprev: Return "scroll left"; Case stringid. tabheaderbuttonnext: Return "scroll right"; Case stringid. tabheaderbuttonclose: Return "close"; Case stringid. xtramessageboxokbuttontext: Return "OK"; Case stringid. xtrame Ssageboxcancelbuttontext: Return "cancel"; Case stringid. xtramessageboxyesbuttontext: Return "yes"; Case stringid. xtramessageboxnobuttontext: Return "no"; Case stringid. xtramessageboxabortbuttontext: Return "Terminate"; Case stringid. xtramessageboxretrybuttontext: Return "retry"; Case stringid. xtramessageboxignorebuttontext: Return "Ignore"; Case stringid. texteditmenuundo: Return "& undo"; Case stringid. texteditmenucut: Return "Cu & T"; Case stringid. texteditmenucopy: Return "& copy"; Case stringid. texteditmenupaste: Return "& Paste"; Case stringid. texteditmenudelete: Return "& Delete"; Case stringid. texteditmenuselectall: Return "Select & all"; Case stringid. filtershowall: Return "(select all)"; Case stringid. filtergroupand: Return "and"; Case stringid. filtergroupnotand: Return "Not and"; Case stringid. filtergroupno TOR: Return "not or"; Case stringid. filtergroupor: Return "or"; Case stringid. filterclauseanyof: Return "is any of"; Case stringid. filterclausebeginswith: Return "begins with"; Case stringid. filterclausebetween: Return "is between"; Case stringid. filterclausebetweenand: Return "and"; Case stringid. filterclausecontains: Return "contains"; Case stringid. filterclauseendswith: Return "ends with"; Case Stringid. filterclauseequals: Return "equals"; Case stringid. filterclausegreater: Return "is greater than"; Case stringid. filterclausegreaterorequal: Return "is greater than or equal to"; Case stringid. filterclauseisnotnull: Return "is not blank"; Case stringid. filterclauseisnull: Return "is blank"; Case stringid. filterclauseless: Return "is less than"; Case stringid. filterclauselessorequal: retur N "is less than or equal to"; Case stringid. filterclauselike: Return "is like"; Case stringid. filterclausenoneof: Return "is none of"; Case stringid. filterclausenotbetween: Return "is not between"; Case stringid. filterclausedoesnotcontain: Return "does not contain"; Case stringid. filterclausedoesnotequal: Return "does not equal"; Case stringid. filterclausenotlike: Return "is not like"; Case string Id. filteremptyenter: Return "<enter a value>"; Case stringid. filteremptyparameter: Return "<enter a parameter>"; Case stringid. filtermenuaddnewparameter: Return "Add a new parameter... "; Case stringid. filteremptyvalue: Return "<empty>"; Case stringid. filtermenuconditionadd: Return "add condition"; Case stringid. filtermenugroupadd: Return "add group"; Case stringid. filtermenuclearall: Return "clea R all "; Case stringid. filtermenurowremove: Return "Remove group"; Case stringid. filtertooltipnodeadd: Return "adds a new condition to this group"; Case stringid. filtertooltipnoderemove: Return "removes this condition"; Case stringid. filtertooltipnodeaction: Return "actions"; Case stringid. filtertooltipvaluetype: Return "compare with a value/another field" s value "; Case stringid. filtertooltipelem Entadd: Return "adds a new item to the List"; Case stringid. filtertooltipkeysadd: Return "(use the insert or add key)"; Case stringid. filtertooltipkeysremove: Return "(use the delete or subtract key)"; Case stringid. containeraccessibleeditname: Return "editing control"; Case stringid. filtercriteriatostringgroupoperatorand: Return "and"; Case stringid. filtercriteriatostringgroupoperatoror: return" Or "; Case stringid. filtercriteriatostringunaryoperatorbitwisenot: Return "~ "; Case stringid. filtercriteriatostringunaryoperatorisnull: Return "is null"; Case stringid. filtercriteriatostringunaryoperatorminus: Return "-"; Case stringid. filtercriteriatostringunaryoperatornot: Return "not"; Case stringid. filtercriteriatostringunaryoperatorplus: Return "+"; Case stringid. filtercriteriatostringbinaryoperatorbitwiseand: Return "&"; Case stringid. filtercriteriatostringbinaryoperatorbitwiseor: Return "|"; Case stringid. filtercriteriatostringbinaryoperatorbitwisexor: Return "^"; Case stringid. filtercriteriatostringbinaryoperatordivide: Return "/"; Case stringid. filtercriteriatostringbinaryoperatorequal: Return "="; Case stringid. filtercriteriatostringbinaryoperatorgreater: Return ">"; Case stringid. filtercriteriatostringbinaryoperatorgreaterorequal: Return ">="; Case stringid. filtercriteriatostringbinaryoperatorless: Return "<"; Case stringid. filtercriteriatostringbinaryoperatorlessorequal: Return "<="; Case stringid. filtercriteriatostringbinaryoperatorlike: Return "like"; Case stringid. filtercriteriatostringbinaryoperatorminus: Return "-"; Case stringid. filtercriteriatostringbinaryoperatormodulo: Return "%"; Case stringid. filtercriteriatostringbinaryoperatormultiply: Return "*"; Case stringid. filtercriteriatostringbinaryoperatornotequal: Return "<>"; Case stringid. filtercriteriatostringbinaryoperatorplus: Return "+"; Case stringid. filtercriteriatostringbetween: Return "between"; Case stringid. filtercriteriatostringin: Return "in"; Case stringid. filtercriteriatostringisnotnull: Return "is not null"; Case stringid. filtercriteriatostringnotlike: Return "not like"; Case stringid. filtercriteriatostringfunctioniif: Return "IIF"; Case stringid. filtercriteriatostringfunctionisnull: Return "isnull"; Case stringid. filtercriteriatostringfunctionlen: Return "len"; Case stringid. filtercriteriatostringfunctionlower: Return "lower"; Case stringid. filtercriteriatostringfunctionnone: Return "NONE"; Case stringid. filtercriteriatostringfunctionsubstring: Return "substring"; Case stringid. filtercriteriatostringfunctiontrim: Return "trim"; Case stringid. filtercriteriatostringfunctionupper: Return "upper"; Case stringid. filtercriteriatostringfunctioncustom: Return "Custom"; Case stringid. filtercriteriatostringfunctionlocaldatetimethisyear: Case stringid. filtercriteriatostringfunctionlocaldatetimethismonth: Case stringid. filtercriteriatostringfunctionlocaldatetimelastweek: Case stringid. filtercriteriatostringfunctionlocaldatetimethisweek: Case stringid. filtercriteriatostringfunctionlocaldatetimeyesterday: Case stringid. filtercriteriatostringfunctionlocaldatetimetoday: Case stringid. filtercriteriatostringfunctionlocaldatetimenow: Case stringid. filtercriteriatostringfunctionlocaldatetimetomorrow: Case stringid. filtercriteriatostringfunctionlocaldatetimedayaftertomorrow: Case stringid. filtercriteriatostringfunctionlocaldatetimenextweek: Case stringid. filtercriteriatostringfunctionlocaldatetimetwoweeksaway: Case stringid. filtercriteriatostringfunctionlocaldatetimenextmonth: Case stringid. filtercriteriatostringfunctionlocaldatetimenextyear: Return ID. tostring (). substring ("filtercriteriatostringfunctionlocaldatetime ". length); Case stringid. filtercriteriatostringfunctionisoutlookintervalbeyondthisyear: Case stringid. filtercriteriatostringfunctionisoutlookintervallaterthisyear: Case stringid. filtercriteriatostringfunctionisoutlookintervallaterthismonth: Case stringid. filtercriteriatostringfunctionisoutlookintervalnextweek: Case stringid. filtercriteriatostringfunctionisoutlookintervallaterthisweek: Case stringid. filtercriteriatostringfunctionisoutlookintervaltomorrow: Case stringid. filtercriteriatostringfunctionisoutlookintervaltoday: Case stringid. filtercriteriatostringfunctionisoutlookintervalyesterday: Case stringid. filtercriteriatostringfunctionisoutlookintervalearlierthisweek: Case stringid. filtercriteriatostringfunctionisoutlookintervallastweek: Case stringid. filtercriteriatostringfunctionisoutlookintervalearlierthismonth: Case stringid. filtercriteriatostringfunctionisoutlookintervalearlierthisyear: Case stringid. filtercriteriatostringfunctionisoutlookintervalpriorthisyear: Return "is" + id. tostring (). substring ("filtercriteriatostringfunctionisoutlookinterval ". length); Case stringid. filtercriteriainvalidexpression: Return "the specified expression contains invalid symbols (line {0}, character {1 }). "; Case stringid. filtercriteriainvalidexpressionex: Return "the specified expression is invalid. "; Case stringid. apply: Return "Apply"; Case stringid. previewpaneltext: Return "preview:"; Case stringid. transparentbackcolornotsupported: Return "this control does not support transparent background colors"; Case stringid. filteroutlookdatetext: Return "show all | show empty | filter by a specific date: | beyond this year | later this month | next week | "+" later this week | tomorrow | today | yesterday | earlier this week | last week | earlier this month | earlier this year | "+" prior to this year "; case stringid. filterdatetextalt: Return "show all | show empty | filter by a specific date: | beyond | next week | today | this week | this month | earlier | {0: yyyy }, {0: Mmmm} "; Case stringid. filterdatetimeconstantmenucaption: Return "datetime constants"; Case stringid. filterdatetimeoperatormenucaption: Return "datetime operators" ;}return "";}}}

 

Devexpress (dxperience) 10.1.6 can be customized in a simple way.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.