How to change the locale on shinyapps.io?

How can I change the locale on shinyapps.io?

I have tried Sys.setlocale("LC_ALL","English") but couldn't succeeded?

Thanks.

shinyapps.io will attempt to match the locale you have in your local environment. This is part of the manifest in the bundle that is uploaded to shinyapps.io.

Hi Josh,

Sorry for the late response and thank you very much for the information. I couldn't find this documented anywhere.

Temporarily I have fixed this with Sys.setlocale("LC_ALL","C")

This topic was automatically closed 54 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.