focuschina 发表于 2017-2-24 09:10:00

There is nothing to print这句怎么改成中文?

在做打印设置的时候有个提示"There is nothing to print"是英文的?如何才能改成中文?

dexteryao 发表于 2017-2-24 11:29:35

spread wpf支持中文,您切换线程 Culture
      System.Threading.Thread.CurrentThread.CurrentUICulture = System.Globalization.CultureInfo.GetCultureInfo("zh-cn");
页: [1]
查看完整版本: There is nothing to print这句怎么改成中文?