User-237762943 posted
Hi I need to access a resource file in a web application, using a WCF web service.
The webservice will be hosted in the same domain as the web application, but its business logic is in another assembly.
How can I retrieve the correct resouce file (according to the current culture) from the business layer, and returning a List of KeyValue pair from it?
Thank you.