Easiest way is via .WXL files. Since each can contain just one culture you simply use that file to set the codepage (and don't set the codepage in the database code itself). The biggest limitation with this idea is you can't directly set the summary codepage this way, but you can use loc variables (e.g. "!(loc.SummaryCodePage)") for that, so you achieve the same effective result.
The biggest gotcha is that the summary codepage cannot be set to UTF-8 (unlike the rest of the database) and I tend to force ASCII-7 (and thus NO localization) for the summary codepage myself (since I have usually had to deal with "unicode-only" languages). -----Original Message----- From: Tony [mailto:yellowjacketl...@gmail.com] Sent: Monday, January 04, 2010 11:41 AM To: WiX Users Subject: [WiX-users] Build time selection of codepage... Is it possible to specify the codepage value at build time based on the build culture and/or build configuration name? -- Tony ---------------------------------------------------------------------------- -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users