The developers of the GTK GUI library Geany uses (and indeed the C language it 
uses) have in their wisdom decided that programs must always follow the locale 
set by the LANG environment variable and do not allow program control.  The 
concept of wanting, for example, an IDE in English to match the programming 
language, not the users local dialect is not catered for.   Blame the ISO C 
folks. [end rant]

Therefore you need to set the `LANG` environment variable before you run Geany. 
 So on Linux you run Geany with:

```
LANG=en_GB.UTF-8 geany
```

I note that the new GTK4 version allows that hard coded automatic to be turned 
off so the program can set its language to something different to the system 
setting.  So after somebody made the (major) patches to support GTK4 it might 
be possible  to have a setting in Geany, although it would probably need a 
restart to take effect.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2887#issuecomment-913054237

Reply via email to