Something is puzzling me:
Why do we have to invoque base.InitializeCulture() when we override InitializeCulture of the page (for example to do mulit language).
Thanks
you are overriding the InitializeCulutre to change the culutre of the page, and if you don't then the culutre of the page will take the browser Culutre. so that when specifying the culutre page it will load the proper localresource file.
http://msdn.microsoft.com/en-us/library/system.web.ui.page.initializeculture.aspx
http://aspalliance.com/821