Checking string key in resource file
C#
1
Posts
1
Posters
0
Views
1
Watching
-
In one of our applications we have one or more resources embedded in an assembly. I get the resource names using assemblyName.GetManifestResourceNames(). Is there a way to find if a string key is defined in either resource file? If I know the file then I can get the localized string using ResourceManager.GetString using the string key.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_