rk.switch.frontend.language {rkward} | R Documentation |
This feature is mostly intended for the purpose of automated testing, which needs a defined language to work. It might also be useful for translators, or e.g. to look up some terms untranslated in special cases where you are more familiar with the English terms than your native language terms. Note that this will only strings that are translated after the call., only those which get translated after the call. Most new dialogs you open, and importantly new plugin dialogs should show strings in the new lanuage, however.
rk.switch.frontend.language(LANG = "C")
LANG |
language code to use. "C" for no translation, i.e. generally English |
To change the language in the backend, use Sys.setenv(LANGUAGE=...)
or Sys.setlocale()
.