Hi,
I am a new commer of Wix and now I am trying to use a ComBox to support
multiple languages when displaying the installer wizard.
The value user choose can be passed to the property I set, but the issues is
that how can I change the public property -TRANSFORMS to the .mst file I
just choose?

Is anyone have a better solution to do that?

Thanks!
Ps, I have already embeded the mst file into the msi, and the combox samples
are as follows:

*<**ComboBox Property="*TRANSFORMS *"**>*

*<**ListItem Text="English" Value=":en-us.mst" />*
**

*<ListItem Text="Spanish" Value=":es-es.mst"** />*

*<**ListItem Text="Japanese" Value="jp-jp.mst"** />*

*</**ComboBox>*
**

<Dialog Id="LanguageChooseDialog" Height="97" Width="217" Title="Installer
Language" NoMinimize="yes">

*<**Control Id="LanguageChooseComboBox" Type="ComboBox" X="52" Y="48" Width=
"156" Height="10" ComboList="yes" Property="***TRANSFORMS ***" Sorted="no"
RightToLeft="yes"**>*

*<**Text>English</Text**>*

*</**Control**>*


-- 
天行健,君子以自强不息
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to