S
shapper
Hello,
I am working with VS 2008 and ASP.NET 3.5.
In my Web.Config file I have the following:
<globalization culture="pt-PT" uiCulture="pt-PT"/>
I suppose this sets the default culture of my web site.
All pages in my web site inherits from a master page named Base.
How can I, in Base.Master VB code, change the culture from the default
value to EN instead of changing in each page?
Thanks,
Miguel
I am working with VS 2008 and ASP.NET 3.5.
In my Web.Config file I have the following:
<globalization culture="pt-PT" uiCulture="pt-PT"/>
I suppose this sets the default culture of my web site.
All pages in my web site inherits from a master page named Base.
How can I, in Base.Master VB code, change the culture from the default
value to EN instead of changing in each page?
Thanks,
Miguel