User1172468142 posted
Let's say that I have two project, one of them is my web application and the other one is my LIB project. I have some Resource files as Language.en-US.resx Language.es.resx
In my web application, I have added this LIB project as reference. I have some usercontrols.
What I want is to use these LIB's resources file as usercontrols' controls' text.
Let's say that I have a button like
<asp:Button ID="btnSearch" runat="server" OnClientClick="ClearDetails();return true;"
CssClass="button" Text="Search" OnClick="ButtonClicked">
So how can I reflect the resources' file content to buttons' Text