I have a MBA which I modeled after the Wix installer code. I am trying to add localization to it. I did a lot of reading on different approaches and then installed NuGit and WPFLocalizationExtension. http://wpflocalizeextension.codeplex.com/
I have this implemented like the sample that is at that site. It builds all of my satellite resource dlls, which are then imported into the bundle. When I look at the \.ba1 folder the expected file tree exists. <Fragment> <PayloadGroup Id='QDmba_payloads'> <Payload Name='BootstrapperCore.config' SourceFile='$(var.QDmba.ProjectDir)QDmba.BootstrapperCore.config' /> <Payload SourceFile='$(var.QDmba.TargetDir)QDmba.dll' /> <Payload SourceFile='$(var.QDmba.TargetDir)WPFLocalizeExtension.dll' /> <Payload SourceFile='$(var.QDmba.TargetDir)XAMLMarkupExtensions.dll' /> <Payload Name='de-DE\QDmba.resources.dll' SourceFile='$(var.QDmba.TargetDir)de-DE\QDmba.resources.dll' /> <Payload Name='en-US\QDmba.resources.dll' SourceFile='$(var.QDmba.TargetDir)en-US\QDmba.resources.dll' /> <Payload SourceFile='$(var.QDmba.ProjectDir)License.htm' /> </PayloadGroup> </Fragment> However at runtime that strings are from the 'neutral' string dictionary. I have tested this on a fully localized Win 8 German and fully localized English. I have also tried adding code to the MBA to set the threads Culture. And I tried to set the xml:Lang of the RootView.xaml without success. I realize that this not a purely Wix question, but any pointers in solving this issue would be appreciated. How does one 'debug' XAML? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MBA-localization-tp7589541.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users