http://stackoverflow.com/questions/1805405/find-vista-language-using-wix

This SO question might be helpful
On 1 Mar 2014 10:15, "Bin Yin" <ybdes...@gmail.com> wrote:

> is there any logic in WiX as:
>
> if (OSLanguage==en-US)
> {
>     copy file1 to dir1
> }
> else if(OSLanguage==zh-CN)
> {
>     copy file2 to dir2
> }
> else if(OSLanguage==de-DE)
> {
>     copy file3 to dir3
> }
> else
> {
>     copy file4 to dir4
> }
>
> ------------------------------------------------------------------------------
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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