Re: [WiX-users] Localised ComboBox isn't working

2007-03-06 Thread Bob Arnson
Gareth at Serif wrote: > I then use the same localised strings in various component conditions and > custom actions. However, while all these localised country names get > localised throughout the install, these ComboBox values do not. I've tried > localising the ListItem text fields, but when th

Re: [WiX-users] Localised ComboBox isn't working

2007-03-06 Thread Gareth at Serif
Thanks for your reply, my code sample is correct vor WiX2... I have gotten around the problem by declaring 200 properties... and giving the ComboBox values equivelent to the properties rather than the localised strings directly. What a pain though! Henrik Opel wrote: > > Hi Gareth, > > not s

Re: [WiX-users] Localised ComboBox isn't working

2007-03-05 Thread Henrik Opel
Hi Gareth, not sure if this is a change from version 2, but in version 3 localization variables are called via '!(loc.)' (instead of '$(loc.)'). Maybe just a typo in your ListItem declarations? Henrik Opel Gareth at Serif wrote: > Hi guys, > > I have a ComboBox defined in my UI to list a sel