I am trying to localize my application and I am using resource files for the different languages. Locally it is working great but when I build my application in TFS its like the resx files aren't getting built because all im seeing are the english
translations. If i set it to a different language the translations are still all in english. I have another resx file for spanish. Both resx files are marked as embedded resources and never set to copy to output. This works
well locally but after building in TFS it isn't working.
↧