I am designing a multilanguage application in C#. The project structure is shown here:
The form frmLogin use 3 resource files to get some controls text and labels frmLogin.*.resx which I would like to add in the wix project file. The language is selected at runtime by a number of radio buttons. I DO NOT want to have a multilanguage Wix installer, just a single installer which installs the required culture-elated dlls in the installation directory
I looked here Add resource files in wix installer but it did not worked in my project There is something obviously wrong in the wix project file since it does not create language directorys like this:
in the installation directory ... I am sorry if I am missing something trivial but I am starting now with wix which looks very promising indeed but I am just starting now
many thanks