@nomadbyte commented on this pull request.
@@ -86,21 +86,49 @@ for remote files, so there is no need to disable this setting with Geany 0.16.
## How can I change the language of the user interface?
-On Windows: Download https://download.geany.org/contrib/geany_english.bat -and put it into the `bin` subdirectory in the folder where you have Geany installed, -next to Geany.exe. Then open the file, edit the line `set LANG=C` and replace C -with your the language code of your locale (e.g. 'nl for Dutch, 'pt_BR' for -'Portuguese Brazilian'). Save the file and execute it. It should start Geany -with the desired language assuming there is an exising translation. +On Windows: The easiest way is to change the Geany shortcut that was created +during the installation. It is recommended to create a copy of the Geany +shortcut for the desired UI language. + +For example, to force an English UI (`en`) right-click to select the
I pushed the changes in a new commit.