Hi,
We have a silverlight project; all the text messages are located in a .resx resource file. Since the project has a long history and there were a lot of changes, many strings are orphaned (no longer in use).
Now we are going to translate the project into several languages and I do not want to waste the money on unused text translation.
Is there any simple way to locate and remove unused string resources?
Thanks!