Suppose I have a user interface language name with me and now I have to find if I have that language specific resource file in my code, how do I do that in c#?
I tried using File.Exists("file.txt") but it does not work well in real time application codes.