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