this is a piece of advice to developers who face problem deploying shiny app in foreign languages
-
save (reopen with encoding) your file with UTF-8 encoding
-
copy and paste your code in a new shiny web app file
-
divide your code into ui.r and server.r
-
add all libraries used in ui.r and server.r
-
add this line of code depending on the language used( in my case korean)
Sys.setlocale("LC_ALL", "korean") to ui.r
-
run the app on the local machine, if you face no errors then you are ready to deploy
-
update all your packages
-
make sure you have the latest version on rsconnect package
-
deploy successfully
this community helped me alot and I want to give back
I hope this help you guys in the future
Best Regards
Ahmed Ali
PhD candidate
Chung Ang University