the formatted datetime shows other language than English

0
Hi, all.  I use the formatDateTime function to format my datetime variable, but the week(周三) of return value is of Chinese, which I will expect it to be English. So I change the project settlings → language to be English, and change the Language→ defalut language to be English. But still not work. So is there any other settings I can do? or other datatime patterns I can use to get the English returned value?
asked
1 answers
0

You could check the language of the user you are logged in with, if that is set to something different than your default language that could explain it.

You can also check the language settings in project settings to see how dates will show up.

answered