User1146554980 posted
Hi,
I'm currently using ASP.NET 2.0.
I would like to know if there is there any way I can design a single component that loads all the localized information, like all text in the entire application (text in all controls, all pages) in a single shot.
Previously, in ASP.NET 1.1, I had done it page wise, having to load the Localized information from .resx file for each page in the Page_Load event of each page. But this became a very tedious
task and difficult to maintain.
Could this task be reduced so that a single component can do the job for the entire application, using ASP.NET 2.0?
Thanks in advance.