[Github-comments] [geany/geany] Selecting Interface language (#1757)

elextr notifications at xxxxx
Sun Jul 12 04:10:52 UTC 2020


> Geany seems to fallback to LANG=en

Technically its not, but effectively it is.

The libraries Geany uses (the C library at the lowest level) default to `LC_ALL=C` because this is what is specified in the C language standard.  If locale info is missing when it is set to the environment (because you renamed the files), it likely remains at the `C` locale.  

The standard specifies what the facets for `C` should be, and IIUC that says there should be no translation of messages.  And since Geany messages and the UI are written in some version(s) of the English language, it is likely similar to `LANG=en`.

But YMMV for other facets.

> Quite hacky but I guess it works...

... and so its probably not really suitable for inclusion in the installer, but you could add it to the wiki or PR the FAQ.

-- 
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/1757#issuecomment-657172543
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200711/ce80fda7/attachment.htm>


More information about the Github-comments mailing list