I want to get a resource value from my .resx file that is NOT stored in the local resource folder.
How can I do this?
I am currently using the strongly typed file that is generated, but in this case I can't use the strongly typed as I am building the key (which is a string) in a loop dynamically.
GetLocalResourceObject doesn't seem to work as it only seems to look for the resource file in a specific location.