Notes for creating multi-language software installation packages

Source: Internet
Author: User
Today, I made a software installation package in Chinese and Japanese. The original software was in Japanese version, and later I added a set of Chinese Language resource files to the original software to achieve Chinese-based conversion. The entire solution is compiled, and Chinese characters can be properly displayed during debug. ProgramImage.
The installation package was created using the Installation Wizard provided by vs. net. After installation, it was downloaded to the Chinese system. However, I found that the program screen is still in Japanese, which is hard to believe. Why?
Later, I compared the installed files with other multilingual software files and found that the "ZH-CHS" folder and the corresponding DLL resource files were missing. So I suspect that the Chinese language resource file may have been lost, therefore, try to manually add the "ZH-CHS" folder and the corresponding DLL resource file to the installation project (add the directory as "application folder"), and then regenerate the packaging file. A new installation file is installed, and the Chinese program screen is displayed.
Therefore, the Chinese resource file is not automatically added to the packaging file as a "detected dependency", so we need to manually add it to the application folder, in this way, the normal display of multiple languages can be realized. Such problems should also be paid attention to when packaging similar Chinese and English versions.
I hope the problems I found here can help some friends with the next packaging of similar software!

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.