Please share more details about IResourceManager & ResourceManagerRequested #4805
Unanswered
Jack251970
asked this question in
Q&A
Replies: 1 comment
-
Theorically it should be by implementing a class like
in constructor :
but it changed nothing... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Office document has provided these sample codes:
But I am still confused about how to get a custom
IResourceManager
instance.IResourceManager
has one property related to the resources only -ResourceMap MainResourceMap
.For
ResourceMap
, it is a sealed class without public function to add & delete its resources. Similarly,ResourceManager
is also a sealed class and can only load one resource file. It seems that I cannot manage its resources and theIResourceManager
instance I can get is either the default application resources or the resources in one resource file (fromResourceManager
).Now, I want to get a
IResourceManager
instance, which contains not only the default application resources but also the resources in one resource file. How can I do that?Beta Was this translation helpful? Give feedback.
All reactions