Localization of DevExpress Web controls

Source: Internet
Author: User

The devexpress web control is used in the project. The devexpress control is not installed on the machine and is directly referenced in the dev dll in the project. It is found that the project runs on an English interface, so the problem of localization is solved.

V10.2 is used in the project. The method of other versions is similar.

The procedure is as follows:
1. Download the corresponding Chinese package from the official website at http://www.devexpresscn.com/news/devexpress-news-94.html to find the desired download package.

2. Find the \ Web \ Chinese (Simplified) folder in the downloaded Chinese files, which contains the control's Chinese files.
3. In the VS project, add "App_GlobalResources" under "ASP. NET folder ";
4. Copy the related 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 and remove. zh-CHS. For example, change "DevExpress_Web_ASPxEditors_v10_2.zh-CHS.resx" to "DevExpress_Web_ASPxEditors_v10_2.resx ".
6. Modify the web. config file and add the following to the System. web Tag:

<Globalization uiCulture = "zh-CHS"/>

 

Re-compile the project to run and find that the interface has become Chinese.

Related Article

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.