C # .Net project globalization issue

I have a C # .net project where I have implemented globalization for Arabic, English and French. It works great as I run its exe or run it through VS 2010. But when I add the same project to the .Net (VS 2010) setup project and I install it, globalization doesn't work at all. I've tried it in both debug and release modes. Any help would be greatly appreciated.

+3


source to share


1 answer


Have you turned on Localized Resources?



You can find that in Setup Project -> Add -> Project Output -> Localized Resources

0


source







All Articles