visual studio - Can I change the language of ASP.NET Configuration Tool? -



visual studio - Can I change the language of ASP.NET Configuration Tool? -

my visual studio in english language asp.net configuration tool runs in os language because don't work in english language country. how configure english language language if possible ?

i checked folder on own machine:

c:\windows\microsoft.net\framework\v4.0.30319\asp.netwebadminfiles\app_globalresources , app_localresources.

the resx files in english language on machine, assume language follows language installed framework with. installed english language version of framework, getting english language resource files.

if hold of resource files english language version of framework, can either replace existing files, or add together them name.en-us.resx , modify web.config set uiculture.

<globalization uiculture="auto:en-us" />

this default on machine, automatic depending on browser language, , fallback en-us (which 1 present).

asp.net visual-studio

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -