Re: [WiX-users] UI localization help!

2009-06-06 Thread Bob Arnson
DONG LEE wrote: > I understand that we can link only one localization file (.wxl) per You can link against multiple .wxl files, but only one locale is selected per string. > But assuming that the basic UI reads localized strings somehow from MSI > resources (msi.dll, ...) that come with the Win

[WiX-users] UI localization help!

2009-06-04 Thread DONG LEE
I am linking my wix source file against Wix UI dialog .wxs's provided along with other Wix 2.0 source files to provide a rich UI dialogs including a progress dialog. http://schemas.microsoft.com/wix/2003/01/wi";> 1 ... I understand that we can link only one