G
Guest
I create a class library. Then I add default resource file to support
globalization and add strings. I want to use these resource strings outside
of this assembly, but I see that the generator makes all strings as internal
static properties.
Is there any way to make them public, so I can use them from another assembly?
globalization and add strings. I want to use these resource strings outside
of this assembly, but I see that the generator makes all strings as internal
static properties.
Is there any way to make them public, so I can use them from another assembly?