I have a resource file in my bin directory. For language settings, my program reads the string from the resource file using
resourceManager rm.GetString(string);
This works fine as long as a string is present in the resource file.
Can anyone suggest me how to check if the specified string is present in the resource file. Otherwise i get missing manifest exception as the string is not present in resource file.