Set the Regional Format to English (United States) after that, HeidiSQL starts in English #91

Closed
opened 2023-01-27 09:47:28 +01:00 by Ghost · 1 comment

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

# 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
mschmidt was assigned by Ghost 2023-01-27 09:49:09 +01:00
Owner

No. Solution is in logon.cmd:

reg add "HKCU\SOFTWARE\HeidiSQL" /v "Language" /d "en" /t REG_SZ /f

No. Solution is in logon.cmd: reg add "HKCU\SOFTWARE\HeidiSQL" /v "Language" /d "en" /t REG_SZ /f
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: WINDOWS/w10install#91
No description provided.