* Thorsten Glaser <[email protected]>, 2018-07-23, 14:48:
So, the correct way to force the POSIX locale is: ① unset LANGUAGE (on GNU/glibc/compatible systems) ② export LC_ALL=C (on GNU and POSIX systems)
You don't have to unset LANGUAGE if you exported LC_ALL=C.Source: last paragraph of <https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html>.
-- Jakub Wilk

