iterating ResourceManager
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a way to iterate through resources using the ResourceManager? I know that there is a way of doing this with the ResourceReader and IDictionaryEnumerator however the ResourceReader (as far as I know) only takes ".resources" files. But obviously the final product will be using assemblies and satellite assemblies not ".resources" files. So I would have to find a way of doing it with the ResourceManager… Is there a way to accomplish this?