Resource Usage (resx) Inside ClassLibrary, which can be changed without recompiling

I need to create a ClassLibrary to contain different resource files (resx). This needs to be done, so I can reuse these resources for several projects.

Having read quite a while about how to achieve this, I still am not getting closer to the answer.

Note that I need to achieve this in such a way that I do not need to recompile proyect if I want to change the value

Is there an easy way to achieve this that I am missing?

+5
source share
2 answers

, , RESX - , , . RESX .resources, . , , , resx, .

+2

RESX /, . , . :

(.resx)?

, RESX . . :

ASPX MVC 3 resx

, RESX . , , . , - , , . , :

http://msdn.microsoft.com/en-us/library/aa905797.aspx

0

All Articles