app.config 全球化

Posted

技术标签:

【中文标题】app.config 全球化【英文标题】:app.config globalization 【发布时间】:2010-11-18 22:19:03 【问题描述】:

web.config 允许使用全球化标签: 此设置将为整个 ASP.NET 应用程序设置全球化。

这个标签是否也适用于标准表单应用程序的 app.config 中? 如果是...应该放在哪里?


或者.. 是否有另一种方法可以为整个表单应用程序设置全球化。包括dll和所有线程?

【问题讨论】:

见***.com/questions/9104084/… 【参考方案1】:

看看以下主题: How to: Set the Culture and UI Culture for Windows Forms Globalization

要将 Culture 设置为 Main Application,请使用以下 sn-p 代码:

Dim newCulture As CultureInfo = new CultureInfo("fr-FR")
CurrentThread.CurrentCulture = newCulture

【讨论】:

谢谢,但是有没有办法为应用程序中的所有线程设置它? 我不这么认为,但是如果您在应用程序中创建线程,您可以自己为每个人设置文化。

以上是关于app.config 全球化的主要内容,如果未能解决你的问题,请参考以下文章

基于 app.config 值的不同 app.config appSettings

类库的 app.config

使用 FileSystemMonitoring 读取 app.config 中的更改并实时写入 app.config

Web.config 和 App.config 的区别分析

App.Config 与 Web.Config

如何重新创建 app.config.exe.config