In setlang, the current code sets the LANG environment variable. On Linux, this may also (or alternatively) need to set a locale, e.g.:
Sys.setlocale("LC_MESSAGES", "ko_KR.utf8")
There's also this issue about platform-dependent printing of UTF-8 messages.
h/t @richierocks
In
setlang, the current code sets theLANGenvironment variable. On Linux, this may also (or alternatively) need to set a locale, e.g.:There's also this issue about platform-dependent printing of UTF-8 messages.
h/t @richierocks