Change local system to Portuguese in R

I tried to change local system to Portuguese in R, but it gives this warning message. Is there another way or am I doing it wrong?

    Sys.setlocale("LC_MESSAGES", "pt_br.utf-8")
    [1] ""
    Warning messages:
    1: In Sys.setlocale("LC_MESSAGES", "pt_br.utf-8") :
      LC_MESSAGES exists on Windows but is not operational
    2: In Sys.setlocale("LC_MESSAGES", "pt_br.utf-8") :
      OS reports request to set locale to "pt_br.utf-8" cannot be honored

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.