Is it possible to change culture at aplication level

  • Thread starter Thread starter Shapper
  • Start date Start date
S

Shapper

Hello,

Is it possible to change culture at aplication level?

I am using this to get the current culture at application level:
Response.Write(CultureInfo.CurrentCulture.Name)

Thanks,
Miguel
 
Back
Top