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?
in .net 2 there is a new features and controls like App_GlobalResources Folder that contains the global resource files in your applications and using the ResourceManager you can manage it .
None
0 Points
44 Posts
Localization in ASP.NET 2.0
Jan 25, 2006 09:24 AM|laksk|LINK
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.
laksk
Member
90 Points
43 Posts
Re: Localization in ASP.NET 2.0
Jan 29, 2006 07:15 AM|ahmed_elnoby|LINK
hi,
yes you can do this .
in .net 2 there is a new features and controls like App_GlobalResources Folder that contains the global resource files in your applications and using the ResourceManager you can manage it .
thanks,
Senior Web Developer
MCP,MCTS
Member
40 Points
738 Posts
Re: Localization in ASP.NET 2.0
Feb 04, 2006 01:37 PM|eramseur|LINK
http://eramseur.blogspot.com/2005/11/aspnet-20-localization.html
ANANT CTO | Appleseed Portal Admin
http://appleseedapp.net/
http://www.anant.us/