Posit Cloud Deploy

How to change the Locale of the app when deploying a Shiny app through Posit Cloud? When I try to change it using Sys.setlocale(category = "LC_ALL", locale = "pt_BR") in the standard way, the app only has the locale changed when running locally, but it doesn't work when deploying through Posit Cloud. I checked the 'manifest' file (JSON) in the deploy bundle, and it shows 'locale': 'C' instead of 'locale': 'pt_BR'.

What operating system are you using?

Also, can you share the output of the command rsconnect:::detectLocale()?

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.