Abdalla Omran

Abdalla Omran

  • NA
  • 334
  • 29.5k

I can’t change the globalization culture language on Server

May 11 2020 5:24 AM
I have changed the globalization culture for CRUD operation (Add,Edit,New and Delete) from En to German when i run it on local server then it's working fine but once i published on Server it doesn't work that's meaning it shows me once again the CRUD operation words in English.
  1. <system.web>    
  2.     <globalization uiCulture="de-DE" culture="de-DE" />    
  3. </system.web>   
why by debugging or on local server shows in German and on the Server on English?
Thanks .  

Answers (6)