Hi,

I'm using the StandardBootstrapperApplication.RtfLicense and I got the
localization like this:

<BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" >
    <bal:WixStandardBootstrapperApplication
          
LocalizationFile="$(var.SolutionDir)Setup.Resources\localization\RtfTheme\RtfTheme.wxl"
           SuppressOptionsUI="yes"/>
    <Payload Id="theme_pt_br" Compressed="yes" Name="1046\thm.wxl"
SourceFile="$(var.SolutionDir)Setup.Resources\localization\RtfTheme\1046\RtfTheme.wxl"/>
    <Payload Id="theme_es_es" Compressed="yes" Name="3082\thm.wxl"
SourceFile="$(var.SolutionDir)Setup.Resources\localization\RtfTheme\3082\RtfTheme.wxl"/>
</BootstrapperApplicationRef>

That works perfectly. However I'm using some conditions with the tag
<bal:Condition>. Like this:

<bal:Condition Message="Problem..."> Condition <> 1 </bal:Condition>

I need to Localize the message shown by this condition. How can I do this?

Thank you a lot.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localization-of-a-Bootstrapper-Messages-of-bal-Condition-tp7590999.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&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