Set the Regional Format to English (United States) after that, HeidiSQL starts in English #91
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: WINDOWS/w10install#91
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set the regional format to English (United States)
Using Powershell:
Set-Culture -Culture en-US
$culture = New-Object System.Globalization.CultureInfo("en-US")
[System.Threading.Thread]::CurrentThread.CurrentCulture = $culture
No. Solution is in logon.cmd:
reg add "HKCU\SOFTWARE\HeidiSQL" /v "Language" /d "en" /t REG_SZ /f