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 Windows OS,
> would there be any way that I can read that localized string and then
> replace "$(loc.WixUICancel)" shown in above code, for instance?
>   

No, MSI supplies the basic UI dialogs so it can do whatever it wants in 
native code. The UI support in packages is more limited and doesn't 
support what you want.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to