gpt4 book ai didi

c# - 为整个解决方案设置当前文化

转载 作者:太空狗 更新时间:2023-10-29 22:14:16 24 4
gpt4 key购买 nike

我正在尝试在具有多个项目和线程的解决方案中支持多种语言。

我有 2 个资源文件,一个是英文字符串,一个是法文字符串。

我将当前文化设置如下:

Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(isEnglish ? "en-US" : "fr-CA");

有没有办法为整个解决方案全局设置当前区域性,还是我必须为需要访问字符串的每个线程都这样做?

最佳答案

在 .NET Framework 4.5 中,CultureInfo.DefaultThreadCurrentCulture Property获取或设置当前应用程序域中线程的默认文化。

In the .NET Framework 4 and previous versions, by default, the culture of all threads is set to the Windows system culture. For applications whose current culture differs from the default system culture, this behavior is often undesirable. In the .NET Framework 4.5, the DefaultThreadCurrentCulture property enables an application to define the default culture of all threads in an application domain.

关于c# - 为整个解决方案设置当前文化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13936586/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com