Displaying 1 result from an estimated 1 matches for "tag_08_02".
Did you mean:
tag_08_03
2025 Feb 11
0
A few problems with Sys.setLanguage()
...rce = TRUE) in practice?
--
Best regards,
Ivan
[1] The environment variables used for gettext() are listed at the
following resources:
https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap08.html#tag_08_02
The exact lookup procedure is also documented here:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/dngettext.html
In short, if the LC_MESSAGES category of the current locale is
"C" or "POSIX", gettext() does not translate. (GNU gettext additionally
disables translati...