I have Win 10 language set to Czech (I live there) and VS Code to English. But the errors (Problems panel) still show in Czech. Errors in the problems panel How do I change it to English? I tried deleting some language files in the .NET Framework folder or in the VS Code installation folder.
Related
I'm running an ASP .NET application with individual authentication on the visual studio. When I check with the validation, the error sentences are showen in Chinese. I check the controller, viewer and some JS file. I couldn't find any Chinese words. I want these error sentences to be English.
Is this because my computer system or chrome version are Chinese? Where can I change the language?
Look at this first...
In Visual Studio
Click Tools->Options->Environment->Internations Settings->Language.
Look at this second...
In Windows Settings (Windows + I) select Time and language and click language.
Finally...
Open Chrome->Settings->advanced->
Select the three dots next to preferred language.
Uncheck Offer to translate pages in this language
I have installed Delphi 10.3 (Rio) Community Edition on two workstations. Both installations have the same issue.
When I open a Delphi project, none of the source files or form units are opened along with it. I have to either open them manually or via Project > View source and Open file at cursor
I have Delphi 10.4 (Sydney) Professional installed on my company laptop. Here it works as expected; upon opening the project, at least the main form unit is opened along with it.
Is this a setting that I'm overlooking, or is it just the way the community edition IDE works now?
You can get the IDE to remember which files you have open by checking Project Desktop in Tools->Options->Environment Options->Autosave options.
In Delphi 10.4 Sydney, the setting has been relocated to Tools->Options->IDE->Saving and Desktop->Autosave, where the checkbox is captioned Save project desktop when closing.
So, I create new empty/MVC project, add simple controller and view for uploading file, lauch program under the Debug mode and trying to upload file.
After selecting file (immediately, right after chosing the file in explorer!) program exits debugging and I'm getting 404 in my browser.
When lauching project without debugging everything works good, but this is not a solution... what if I need to test uploading exactly in the Debug mode?
In ASP Core I'm getting the same issue.
I've tried different variations of code, including version of A. Freeman, published in his book "Pro ASP.Net MVC 5" - nothing works.
This is a bug of visual(I am not sure). You can fix this by change keyboard of visual studio to Visual C# 2005. You should run in Chrome, Firefox or Microsoft Edge. Others browser is not compatible.
You can find keyboard settings in Tools -> Options -> Environment -> Keyboard
Change setting to Visual C# 2005 -> Ok. Restart computer or visual studio. It will works!
I'm working on a few Umbraco projects that use MVC4. The MVC intellisense doesn't work within visual studio and I get lots of errors underlined. But when I run build the project, I don't get any errors, and when I run the site everything works fine.
I'm using Visual Studio 2013 and I created a new MVC4 site and compared the web.configs within the Views folder and they're identical.
I'm pretty sure it's not a code problem as my colleague is using the same code and he doesn't have this problem.
I've just done a fresh install of Visual Studio 2013.
Any ideas?
This could be a clue:
When I hover over #Htmlit tells me that my HtmlHelper is a System.Web.WebPages.Html.HtmlHelper instead of a System.Web.Mvc.HtmlHelper
The common one is to ensure that it is switched on (Visual Studio menu: Tools > Options > Text Editor > All Languages (or C# if you want it just for that language) > Tick "Auto list members", Untick "Hid advanced members", tick "Parameter information")
Once you've checked this, sometimes if you're using one HDD on Windows, because the disk has its bandwidth used up (particularly if using ReSharper then you need two or more drives ideally with the pagefile going to the non-OS drive I find). This is the case if the red lines do disappear after up to two minutes of not touching the IDE.
Finally check you project's references folder to make sure where the paths for your includes are coming from and that Visual Studio has permission to read from there. Permission issues cause all manner of problems I find, so when you launch VS, right click and choose "run as Administrator".
Hopefully one of these solves your problems. If not, then please update your question to explain how you create your project. Do you create an empty site or an MVC site? Do you then use Nuget to install Umbraco through the Package Manager Console like this?
Install-Package UmbracoCms
I use Visual Studio Team Services. I goto - My Profile - Locale - choose another language. But the language in the browser there is in English. How to change language in Visual Team Services?
From Brian Harry's Blog Post about Microsoft's first non-US hosted instance of Visual Studio Online:
Although we have our first instance in a non-US, non-English speaking
region, we do not yet support a localized experience for VS Online.
You can enter data in any language you wish but the UI for VS Online
is currently English only. This is something we expect to begin
addressing sometime next year.
Emphasis mine.
I had a problem where my TFS online was displaying in French rather than English even though other sites that I had been on were displayed in English. I discovered that my language had been set to French in Chrome and when I changed it back to English TFS also changed. So basically if you want to change the language of TFS online just change the default language in your browser!
The reason this works is that a lot of new web applications which are localised will look at the language settings for your browser and use that information to decide what language the website should be displayed in.
Source: I work with web applications that use this technique.
You can manage VS Team Explorer locales here:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer
For example, you can rename folder with current team explorer locale to anything else (be sure to shutdown VS). After that locale will be switched to default (en-us).