Devexpress dxperience7.3.5 Chinese package

Source: Internet
Author: User

Note: all the thanks for this Chinese package come from http://d.download.csdn.net/source/296105.
I decompiled his Chinese package DLL with reflector and re-compiled it with 7.3.5.
Shared with you, not released by the original author Source code In fact, it is easy to decompile.

:/Files/teamleader/devexpress.localizationchs.rar
Appendix usage (also from allisnew)
// How to use:
//
// === Winforms series ====
// Add this file to your project and Program To the beginning of the program, comment out the definition of the control that is not referenced in the program.
//
// Put the chinese call in [stathread] Static void main () before application. Run (new... ();
// [Stathread]
// Static void main ()
//{
/// Chinese-based xtrabars
// Devexpress. xtrabars. Localization. barlocalizer. Active = new devexpress. localizationchs. xtrabarslocalizer ();
//
// Application. Run (New frmmain ());
//}
//
// === ASP. NET series ===
// Add this file to your project, and copy the definition call of the control referenced in your program to the beginning of the program. comment out the definition of the control not referenced in the program.
//
// Put the chinese call at the beginning of page_load
// Protected void page_load (Object sender, eventargs E)
//{
// Devexpress. Web. aspxclasses. Localization. aspxperiencelocalizer. Active = new devexpress. localizationchs. webaspxperiencelocalizer ();
// Devexpress. Web. aspxeditors. Localization. aspxeditorslocalizer. Active = new devexpress. localizationchs. webaspxeditorslocalizer ();
// Devexpress. Web. aspxgridview. Localization. aspxgridviewlocalizer. Active = new devexpress. localizationchs. webaspxgridviewlocalizer ();
// Devexpress. Web. aspxscheduler. Localization. aspxschedulerlocalizer. Active = new devexpress. localizationchs. webaspxschedulerlocalizer ();
//...
//}
//
//
// Custom call of each control:
// Devexpress. xtrabars. Localization. barlocalizer. Active = new devexpress. localizationchs. xtrabarslocalizer ();
// Devexpress. xtracharts. Localization. chartlocalizer. Active = new devexpress. localizationchs. xtrachartslocalizer ();
// Devexpress. xtraeditors. Controls. localizer. Active = new devexpress. localizationchs. xtraeditorslocalizer ();
// Devexpress. xtragrid. Localization. gridlocalizer. Active = new devexpress. localizationchs. xtragridlocalizer ();
// Devexpress. xtralayout. Localization. layoutlocalizer. Active = new devexpress. localizationchs. xtralayoutlocalizer ();
// Devexpress. xtranavbar. navbarlocalizer. Active = new devexpress. localizationchs. xtranavbarlocalizer ();
// Devexpress. xtrapivotgrid. Localization. effectgridlocalizer. Active = new devexpress. localizationchs. xtrapivotgridlocalizer ();
// Devexpress. xtraprinting. Localization. previewlocalizer. Active = new devexpress. localizationchs. xtraprintinglocalizer ();
// Devexpress. xtrareports. Localization. reportlocalizer. Active = new devexpress. localizationchs. xtrareportslocalizer ();
// Devexpress. xtrascheduler. Localization. schedulerlocalizer. Active = new devexpress. localizationchs. xtraschedulerlocalizer ();
// Devexpress. xtratreelist. Localization. treelistlocalizer. Active = new devexpress. localizationchs. xtratreelistlocalizer ();
// Devexpress. xtraverticalgrid. Localization. vgridlocalizer. Active = new devexpress. localizationchs. xtraverticalgridlocalizer ();
//
// Devexpress. Web. aspxclasses. Localization. aspxperiencelocalizer. Active = new devexpress. localizationchs. webaspxperiencelocalizer ();
// Devexpress. Web. aspxeditors. Localization. aspxeditorslocalizer. Active = new devexpress. localizationchs. webaspxeditorslocalizer ();
// Devexpress. Web. aspxgridview. Localization. aspxgridviewlocalizer. Active = new devexpress. localizationchs. webaspxgridviewlocalizer ();
// Devexpress. Web. aspxscheduler. Localization. aspxschedulerlocalizer. Active = new devexpress. localizationchs. webaspxschedulerlocalizer ();

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.