Hi, I'm Rodrigo and I will help you.
Is the content of the file in another language, or is it in scrambled characters?
If the contents of the file open on Notepad are in another language, the issue is with the file.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I had to download a important tax form to a specific folder to be uploaded later. My only option was notepad. When I open it, it's in another language. I checked my language and location settings and they are correctly set. How can I get this form to open in English? I'm running win/11
Hi, I'm Rodrigo and I will help you.
Is the content of the file in another language, or is it in scrambled characters?
If the contents of the file open on Notepad are in another language, the issue is with the file.
The form content is not actually in another language. The issue is that the file was created as redirected output from a command-line tool, which uses an OEM code page, while Notepad uses a different Windows code page. On non-English systems this mismatch makes the text look like random or foreign characters.
To view the content correctly on Windows 11, use one of these options:
ipconfig > output.txt in Command Prompt, rerun the command in PowerShell instead of Command Prompt and redirect the output there (PowerShell uses a different encoding that Notepad can display correctly).If this is a downloaded tax form (for example, a PDF or HTML) that was saved with a .txt extension and opened in Notepad, it will also appear as unreadable characters. In that case, open it with the correct application (such as a browser or PDF reader) instead of Notepad.
References: