Created
September 13, 2025 00:57
-
-
Save nicolasaigner/40acb938b308dcf7b771ba09cb38bf90 to your computer and use it in GitHub Desktop.
Alteração do idioma do NVidia Control Panel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Correct path within the Windows Registry Editor to change the application language: | |
| HKEY_CURRENT_USER\Software\NVIDIA Corporation\NVControlPanel2\Client | |
| I found it in this video (Thanks, TechRacoon (https://www.youtube.com/@TechRacoon)): | |
| https://www.youtube.com/watch?v=9pwJR-GUkIg | |
| See the video description: | |
| The checklist to Change NVIDIA Control Panel Language On Your Windows PC | |
| Go To Windows Search/Hit the Windows Key or Ctrl+R | |
| Search for: "Regedit" | |
| If you are not the Admin: Right Click On Regedit And Select Run As Administrator | |
| Select: HKEY_CURRENT_USER | |
| Select: Software | |
| Select: NVIDIA Corporation | |
| Select: NVControlPanel2 | |
| Select: Client | |
| Right Click And Select: "New" | |
| Select: DWORD (32-bit) Value | |
| Type: UserDefinedLocale (no spaces and U,D,L need to be in Caps) | |
| Double click on UserDefinedLocale | |
| Enter your language value (en-US: 409) | |
| It can be found here: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c?redirectedfrom=MSDN | |
| Click: OK | |
| Close Registry Editor | |
| Open NVIDIA Control Panel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment