标签: appdomain culture .net-4.5
根据this page,.NET 4.5引入了“为应用程序域定义文化的能力”。这是我想要的功能很长一段时间,因为没有它你需要为每个新线程明确设置文化,如果你不想使用系统文化。
但是,当我查看文档时,我在AppDomain或AppDomainSetup中找不到任何相关的属性或方法。
AppDomain
AppDomainSetup
有人设法让它发挥作用吗?您使用了什么API?
答案 0 :(得分:3)
您可以在CultureInfo类的静态属性上设置文化。
CultureInfo
看看CultureInfo.DefaultThreadCurrentCulture和 CultureInfo.DefaultThreadCurrentUICulture
CultureInfo.DefaultThreadCurrentCulture
CultureInfo.DefaultThreadCurrentUICulture