Set the Regional Format to English (United States) after that, HeidiSQL starts in English #91
This commit is contained in:
parent
c796ce2a39
commit
cdc7f9ce82
@ -473,6 +473,11 @@ rem re-create "Pictures" in case it was deleted ...
|
|||||||
echo Creating "Pictures" folder for snipping tool ...
|
echo Creating "Pictures" folder for snipping tool ...
|
||||||
mkdir "%USERPROFILE%"\Pictures 2>nul
|
mkdir "%USERPROFILE%"\Pictures 2>nul
|
||||||
|
|
||||||
|
rem HeidiSQL should be in english - always!
|
||||||
|
echo Setting language of HeidiSQL to english ...
|
||||||
|
reg add "HKCU\SOFTWARE\HeidiSQL" ^
|
||||||
|
/v "Language" /d "en" /t REG_SZ /f 1>nul
|
||||||
|
|
||||||
rem workstation service should run always ...
|
rem workstation service should run always ...
|
||||||
echo.
|
echo.
|
||||||
echo Starting the workstation service ...
|
echo Starting the workstation service ...
|
||||||
|
Loading…
Reference in New Issue
Block a user