I want to use characters in multiple languages in "formula".
For example, I want to use Japanese, Chinese, and Korean, but if I use them at the same time, an error occurs.
If "locale" is specified as "Japanese", Japanese will not cause an error even if it is "formula", but Chinese and Korean will cause an error.
If "locale" is specified as "Chinese", Japanese and Chinese will not cause an error even if "formula", but Korean will cause an error.
How can I use characters from multiple languages in "formula" at the same time?
Thank you!
I am very grateful for your answer.The method you have proposed will solve some of the problems.
Is it possible to use characters from multiple languages in "formula" at exactly the same time?
In other words, is it possible to use characters from multiple languages at the same time in one "formula" as in the example below?
I don't know enough about localizations and specially about Asian languages, but you would need a language configuration with a broad enough character set that do not superimpose (same unicode for different character representations) and I don't know if that is even possible with those three languages.
It wouldn't be simpler to just translate all of them into one language? Content addressed to people that can read all those three languages seems to much of a nich content to me.
Unfortunately, it seems difficult to use "formula" in multiple Asian languages at the same time.
If I use "formula" on my own, I think translation is the most appropriate option.
But in the end, I want to create a shiny appliction for multiple Asian languages.
So I would like to use withr :: with_envvar () on the shiny application to create a language selection option.