Re: [WiX-users] how to refactor my code to support multiple locales easier

2009-08-12 Thread Lian Jiang
appreciate! Thanks Lian -Original Message- From: Blair [mailto:os...@live.com] Sent: Wednesday, August 12, 2009 10:01 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] how to refactor my code to support multiple locales easier Two alternativ

Re: [WiX-users] how to refactor my code to support multiple locales easier

2009-08-12 Thread Blair
Two alternatives come to mind. Would something like this work for you? \MyInstaller Main.wxs \en-us Myinstaller_en.wixproj \ja-jp Myinstaller_ja.wixproj In each wixproj, add the appropriate tag to a PropertyGroup tag: LCID=1033 Or LCID=1041 Remove the