C# Creating a setup for multi-language

前端 未结 2 657
离开以前
离开以前 2020-12-17 00:07

I have added multi-language using the short article below.

When you add for example German language you will have these files: formMain.resx formMain.de-DE.resx for

2条回答
  •  粉色の甜心
    2020-12-17 00:15

    I found the answer

    Click the Setup Project in Solution Explorer and then click Add\Project Output\ . From dialog select the project for which you want to include localization (satelite) assemblies and then select Localized resources.

    After the installation in the folder that I install to, I have the th-TH folder which includes the satellite assembly.

    Thanks,

提交回复
热议问题