I have to use Japanese language dataset to run my code. So I need to change the locale to japanese language.I have used the following to change it.
Sys.setlocale("LC_ALL","ja_JP.UTF8")
But there is a warning executed by the code.
In Sys.setlocale("LC_ALL", "ja_JP.UTF8") :
OS reports request to set locale to "ja_JP.UTF8" cannot be honored
Is there any way to solve this issue?