DevExpress method of Web control in Chinese

Source: Internet
Author: User

Original: DevExpress method of Web control in Chinese

The DevExpress Web control is used in the project, the machine does not have the DevExpress control installed, the dev DLL referenced directly in the project, the Project Runtime discovery is English interface, so solve the problem of Chinese.

The v10.2 version is used in the project, with this version as an example, and the other version methods should be similar.

The steps are as follows:
1, from the official website to download the corresponding Chinese package, address: http://www.devexpresscn.com/news/DevExpress-news-94.html, find the corresponding version of the download.

2, in the download of the Chinese file found \web\chinese (Simplified) folder, which is the control of the Chinese files.
3. In the VS project, add an ASP. Net Folder "App_GlobalResources";
4. Copy the relevant files under the \web\chinese (Simplified) folder to the "App_GlobalResources" directory, for example: "Devexpress_web_aspxeditors_v10_2. Zh-chs.resx ".
5, modify the *.resx file name, remove the. Zh-chs, for example: "Devexpress_web_aspxeditors_v10_2.zh-chs.resx" to"Devexpress_web_ Aspxeditors_v10_2.resx ".
6. Modify the Web. config file to include in the system.web tag:

<uiCulture= "Zh-chs"/>

Recompile the project to run, and find that the interface becomes Chinese.

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.