On Mon, Sep 21, 2015 at 8:37 AM, <li...@wrant.com> wrote: ... > I don't want error messages or any feedback produced by the machine and > the operating system in any other language than English in C locale, > even if my locale is set to native (non-English).
You know that you can set LC_MESSAGES to a different value than LANG, so you can control them independently? Perhaps you want LC_MESSAGES=en_US.UTF-8 LANG=ru.UTF-8 ...and those that want localized messages can still have them. <shurg> Philip Guenther