How can I put a resource resx file call into a string?
@ResCont is my namespace and cnBulgaria is a string inside the resource file.
I try this:
string enresources = "@ResCont.Resources";
Text = enresources.cnBulgaria, Value = "3"
The expected result: Text = @ResCont.Resources.cnBulgaria, Value = "3"