In my application we have 30 pages and they are about resource files and globalization and when a user selects some language the resource file for that page applies.But the problem is i have the same method in every page for checking ,so i want to create
method or class in business layer so that i can apply it to all pages how can i do it any ideas??
It is not about what caused you to fall flat on your back that defines you; it is what you do to get back up on your feet.
.net_junkie
Member
297 Points
825 Posts
Checking for language in resource file
Dec 09, 2012 11:21 AM|LINK
In my application we have 30 pages and they are about resource files and globalization and when a user selects some language the resource file for that page applies.But the problem is i have the same method in every page for checking ,so i want to create method or class in business layer so that i can apply it to all pages how can i do it any ideas??
oned_gk
All-Star
31373 Points
6412 Posts
Re: Checking for language in resource file
Dec 09, 2012 11:26 AM|LINK
.net_junkie
Member
297 Points
825 Posts
Re: Checking for language in resource file
Dec 09, 2012 11:29 AM|LINK
How can i do it?? i am already doing that in every page but i want do it globally in a class file and i have to use to check once for all the pages.