I am integrating DLLs into an application where the DLLs are developed 12 time zones away in Russia. Coordination is difficult. I transfer data to the DLLs in dictionaries. To make sure I am using the correct keys required by the DLLs, I have set up a resource file. I will have the Russian developers edit the resource file to make sure the strings are correct. It would be nice if after they edit the file, they could immediately test the changes with the application I have built, hence the question about users editing resources. If they can't do this, then they will have to email the new resource file, so I can include it in the next build. This results in a 24 hour delay that I would like to avoid.
I am really not familiar with using resources, and I suspect this use is not normal. Any help would be appreciated.
BTW, I cannot see their code, and they cannot see mine.