I did it.
This command should give you an array with all of your resource names as they appear within the assembly:
Reflection.Assembly.GetExecutingAssembly.GetManifestResourceNames()
Find the name of your localization files in there and then replace your paths.
Now it worked fine! But only the labels.
I'm trying to send a localized message for deletion, for example. So I created a message key in the Common Repository and set the AutoDeleteMessageKey to it. This one isn't showing up.
Please let me know if the repository items are not showing up and I will get it fixed for you
Correct.
Did it. It shows "Testing".
And don't worry, we know it's Ben's fault.