I have a resources file name "Index.en-US.resx", initially it was "embedded resources" build action and it worked well in localization.
But when it is "embedded resources", it compiled it into .dll file.
In my case, users are able to modify the content of .resx file from time to time.
It cannot be .dll file after published.
Is there anyway to read the .resx file as "content" (since it will not be compiled into .dll) ?
 
    


