I can't advise on using an ANT script.  I guess I would create a project
using the localization tutorials, and then evaluate how to change the ANT
script to achieve the same results.

When wix setup project is created in VS there is a .wixproj file, and if
localization is added, then there are entries like this:

  <ItemGroup>
    <EmbeddedResource Include="setup_de-de.wxl" />
    <EmbeddedResource Include="setup_en-US.wxl" />
    <EmbeddedResource Include="setup_es-ES.wxl" />
    <EmbeddedResource Include="setup_fr-FR.wxl" />
    <EmbeddedResource Include="setup_it-it.wxl" />
    <EmbeddedResource Include="setup_ja-JP.wxl" />
    <EmbeddedResource Include="setup_zh-cn.wxl" />
  </ItemGroup>

With a Cultures entry like this:
<Cultures>en-US;de-DE;es-ES;fr-FR;it-IT;ja-JP;zh-CN</Cultures>

I'm sure there are other ways to do it, like placing the wxl files in a
wixlib, which is what I do.





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WXS-File-How-to-insert-accents-in-TEXT-Tag-tp7598028p7598092.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&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