Thanks Phill, my MBA is also hosted in another application. But application that hosts my MBA does not have any resources, also I do not have one resource file for each language as I use Passolo to generate satellite assemblies for me.
I used one of the great features of Passolo to generate pseudo English text and trying to test it out by copying generated satellite assembly to 1032 as suggested by burn. But text always comesup in English, though I am forcing it to fallback to en-US in my assembly file. [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] What I am looking for are the instructions on how to support localization for an MBA. Any link/documentation is greatly appreciated. Were you able to resolve this issue by doing what you mentioned below? Thanks Gowri -----Original Message----- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Friday, November 07, 2014 4:09 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] [SPAM] Re: Localizing Managed BA I had similar challenges back when I first created a mba and added localization about a year ago. I was just learning C# (from a C++ background) and so I was pretty green (and still am with C#). One issue that I had was that since my mba.dll is hosted in another application, there seemed to be a conflict with using the default resources.resx, as it was already used in the host application. I found that I needed to have it in my project, empty, but also add my strings to new files, in project's Properties folder mymbaUXRes.en.resx, mymbaUXRes.de.resx etc. My namespace is: company.div.app.Properties.myUXRes I also had to comment out this in my assembly file. //causes an exception when using Strings.resx //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localizing-Managed-BA-tp7597813p7597815.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users