I have set the FontFamily as below:
FontFamily = new Avalonia.Media.FontFamily("Microsoft YaHei")
It can show the titles and contents in Chinese correctly. But the button definitions are still English, Yes, No, or OK. Is it possible to make them to show in Chinese too?
I have set the FontFamily as below:
FontFamily = new Avalonia.Media.FontFamily("Microsoft YaHei")
It can show the titles and contents in Chinese correctly. But the button definitions are still English, Yes, No, or OK. Is it possible to make them to show in Chinese too?