Marc Haber, on jeu. 15 juin 2017 18:07:07 +0200, wrote: > On Fri, Jun 09, 2017 at 12:15:15PM +0200, Marc Haber wrote: > > On Fri, Jun 09, 2017 at 11:14:20AM +0200, Samuel Thibault wrote: > > > So what you want is actually LC_LANG=de_DE LANGUAGE=en, right? > > > > If all software was correct, yes. I have a few programs from the GNOME > > ecosystem that still insist on their German l10n with this setting. > > > > I must admit that I have never fully understood all the locale stuff in > > Unix :-( > > I tried reading up on this again. Which man page should I read aside > from locale (5) and locale(7), which does explain a bunch of LC_foo, but > neither LC_LANG nor LANGUAGE?
Sorry, LC_LANG was a typo, I should have written LANG. LANGUAGE is documented in info gettext. Samuel