Different Langauge Issue Chapter 11
Hi Everybody
About using different Languages, our favorite book, talks about using 2 different approaches.
1. Using de Global.asax
2. Using the override CultureInitialization() method.
Over the first one, is like VS2003 style and just say that you can use Application_AcquireRequestState()
Over the second one, talk about using the Helpers static Class which should have a GetCurrentCulture method.
My Question is:
How can you change your Culture in real time if this new CultureInitialization method it is executed before you Know the Request Custom data?
Can someone knows how can i get this change in real time?
Thank a lot
|