Skip to main content

Posts

Showing posts from March, 2013

DNN content Localization with front end control

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