Set The Culture And UI Culture For ASP.NET Web Page Globalization In Web.config File

  1. <system.web>  
  2.    <globalization culture="en-GB" uiCulture="en-GB" />  
  3. </system.web>