c# - Resource file in shared project -
says that you can add a resource file and you can name a resource according to your control. The exact word from the link
The name of the string resource is important. The first part is the name of the visual element for which the resource will be used (in this case, the message-label). The second part is the property name of the visual element that you want to use the resource (in this case, the text property).
What I am doing, I am adding this resource file to the shared project and this technique is not working.
Comments
Post a Comment