VSCode "Show Fixes" in a different language than text editor itself - visual-studio-code

My entire VS Code is in English, but sometimes some of the fixes under "Show fixes" appear in Polish. I would like to switch to English entirely. How can I do that?
I have already switched my language under "Configure Display Language" to en. I've also tried downloading an English extension but it failed too. Is there an option that I missed that sets the language of (some) of the fixes to my default OS system?
One in English, one in Polish

Related

Set Intellisense Hints to English in VSCode?

I've downloaded VSCode in German and I've set the display language to English as described here. However, the hints for Intellisense are still in German, which is not great for debugging and understanding suggestions/mistakes, since the breadth of information online on programming related issues is in English. I found this SO question that discusses how to do it in VS, but that is over 10 years old and I don't even have the "Tools" tab in VSCode.
How to set UI language in English and IntelliSense hint Language in another language in Visual Studio 2012 ?
I also tried to search for a setting by pressing "Ctrl+," using different keywords, but all I got was highlighting toggles for Intellisense that control highlighting for different code fragments. Using "Ctrl+Shift+P" and searching for "Intellisense" etc. didn't help either.
I really do not want to deinstall VSCode and reinstall it using an English installer just so I can fix this problem, especially since I'm only using VSCode to program C++ for Unreal Engine to begin with and whenever you change something slightly Unreal likes to break things in a fit of capriciousness.
Is there a straightforward way to fix this? Here's an image of what the Intellisense hints look like. I'd love it if they were in English.
To change the language of the Itellisense you should go to the Visual Studio Installer, modify the current installation, then go to "Language Packs" section of the installer and select English. After installing the language pack go inside the IDE: Tools -> Options -> Environment -> International Settings , select English and save changes.
For further details take a look at this link
Ok, so I wasn't able to set any options for this and the only thing that worked was going to a download page of an English installer and running that. I essentially updated my 1.7.3 version of VSCode to a 1.7.4 version using an English installer instead of a German one and that fixed the issue...
Is this stupid or am I stupid?

No matter which language I choose VS Code can only show English

I use "Configure Display Language" to change to another language and restart, then VS Code still tells me that English is the current language. I checked argv.json and the language has been changed there. I tried Japanese and French and they had the same problem.
Please check the VS Code settings to make sure the corresponding language extension has been installed and enabled.
Reference: VS Code Display Language

How to get vscode markdown to highlight OCaml code?

I cannot get my OCaml code block highlight in vscode markdown files. The default syntax to specify language is language where you can put the name of the language to get highlighted. I cannot find the documentation for the keywords for OCaml. .ml files do have highlights.
Regarding markdown, adding ml to the backtick fence should be enough, since VSCode uses highlight.js, and this library does list its supported languages.
With VSCode 1.71 (Aug. 2021), you can even specify triple-backtick code blocks with more than just a language identifier in the info string.
See PR 157947: "Allow markdown code blocks to contain data after language id". Released to VSCode insiders today.
(From issue 157793)
You need to install the OCaml Platform extension.

Microsoft Word language change while Typing

I have an issue with MS Office 2016 where it will sometimes change the language that is entered into a document from English to Greek to French and I cannot get it to go back to English. I originally had this issue with MS Office 2010...and I found out that a Keyboard shortcut can be used to alternate the language that is entered into a document. Unfortunately...I do not remember that shortcut and have tried some of the more unusual combinations as I seem to remember it wasn't a commonly-used shortcut.
As of this moment...the most reliable way to reset the language is to close the document and reopen it. I have tried some Google and SO searches...but all I have seen is about changing programming languages, not the textual language that is entered into a document.
Thank you.
In case you're on Windows your issue could be that you unintentionally switch keyboard layout by pressing
ALT + Shift
keyboard shortcut. This will also switch the language in Microsoft Word (tested in Microsoft Word 2010).
As stated this is not actually a feature of Microsoft Word but more of Windows.

How to change the interact language back to English from Simplified Chinese in DrRacket

Just getting start using DrRacket, but it automatically set the environment in Simplified Chinese after I finished installing it.
I've seen the tutorial that is included with drracket:
C:\Program Files\Racket\doc\drracket\Menus.html#part._.Help
However my help button in Simplified Chinese does not contain the option "Interact with DrRacket in English"
Is there another way to change the language of the environment back to English?
Ensure you have this line in your ~/.racket/racket-prefs.rktd:
(plt:human-language english)
(Tested against version 5.2.1.)
Edit: Sorry. I didn't read the question careful enough before posting my answer, since the question already states that the Help menu option was not available. However, I tested to change the interaction language to both Chinese variants and back to English with the current version and it works. Maybe the screenshot helps somebody else to find this setting more quickly.
You can also directly use the GUI menu Help to change the interaction language (tested with the current version of DrRacket 7.3), e.g. by selecting Interact with DrRacket in English.