<p></p>
<blockquote>
<p>Geany seems to fallback to LANG=en</p>
</blockquote>
<p>Technically its not, but effectively it is.</p>
<p>The libraries Geany uses (the C library at the lowest level) default to <code>LC_ALL=C</code> 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 <code>C</code> locale.</p>
<p>The standard specifies what the facets for <code>C</code> 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 <code>LANG=en</code>.</p>
<p>But YMMV for other facets.</p>
<blockquote>
<p>Quite hacky but I guess it works...</p>
</blockquote>
<p>... and so its probably not really suitable for inclusion in the installer, but you could add it to the wiki or PR the FAQ.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1757#issuecomment-657172543">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ6ADIR3GTGHZVLX5RLR3EZUZANCNFSM4EOZ22JQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ2LDUHJ7Z73OD552BDR3EZUZA5CNFSM4EOZ22J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOE4V2QPY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/1757#issuecomment-657172543",
"url": "https://github.com/geany/geany/issues/1757#issuecomment-657172543",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>