In my application I want to use a local resource file string on client side without any jquery and javascript etc.
Currently I'm using code behind but would like to use in client side
awec.Text= Localization.GetString("ReqLodgeName.Text", LocalResourceFile);
like this. How do I use this resource file on client side for ASP control like
<asp:Label Id="awec" runat="server" Text='I want to access here' />