You need to embed the wxl files using the <Payload> element.

I tend to do it like this:
<BootstrapperApplicationRef ...>
<Payload Name=³xxxx\thm.wxl" Compressed="yes"
SourceFile=³Resource\xxxx\HyperlinkTheme.wxl" />
<Payload Name=³yyyy\thm.wxl" Compressed="yes"
SourceFile=³Resource\yyyy\HyperlinkTheme.wxl" />

</BootstrapperApplicationRef>

Where xxxx and yyyy are the LCID values of the language in the wxl file.


Neil


>Hi , Phill
>
>Thanks for the reply, I read the web page and now I know how to create a
>wxl
>file and embed it into my bootstrapper project in VS.
>
>But my problem still exists. How I create more than one culture file and
>use
>them in the same project?
>
>I tried to create one file named "local-enUS.wxl" and another
>"local-zhCN.wxl", and set the "local-zhCN.wxl" file output property to
>"None" to prevent the "conflict variable" compile error.
>
>But it seems the bootstrapper only use "local-enUS.wxl". If I install the
>project on Chinese culture windows system, the application name still
>display in English.
>
>How can I solve it completely? Please help me again, I'm very urgently
>need
>the solution.
>
>Thanks again for the help.
>
>
>
>--
>View this message in context:
>http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-I-locali
>ze-Bundle-Name-in-bootstrapper-project-tp7592104p7592681.html
>Sent from the wix-users mailing list archive at Nabble.com.
>
>--------------------------------------------------------------------------
>----
>Android apps run on BlackBerry 10
>Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
>Now with support for Jelly Bean, Bluetooth, Mapview and more.
>Get your Android app in front of a whole new audience.  Start now.
>http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clkt
>rk
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to