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
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
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
Hi guys,
I have a ComboBox defined in my UI to list a selection of countries for the
end-user to choose from... these countries are localised so that when the
install is translated, these entries are correct for the country of
distribution. Something like this:
I then use
4 matches
Mail list logo