Dear All
It's very small but it save time instead of setting the localization value all the time from the code behind, by using this code you can control it with the front end controller
<asp:Button ID="Button2" runat="server" resourcekey="PrintButton.text"/>
Here resourcekey is use for localization and printbutton.text is define under the resx file
I hope it helps you for saving the time
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
It's very small but it save time instead of setting the localization value all the time from the code behind, by using this code you can control it with the front end controller
<asp:Button ID="Button2" runat="server" resourcekey="PrintButton.text"/>
Here resourcekey is use for localization and printbutton.text is define under the resx file
I hope it helps you for saving the time
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
Comments
Post a Comment
Thanks for the Comments , Your review will display soon