梁济时

面向对象,设计模式,微服务架构,Java

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

There are two culture infos associated to a thread: CurrentCulture and CurrentUICulture.

The Thread.CurrentUICulture manages the display texts of the thread. And the Thread.CurrentCulture manages the display logic, such as the display text of a currency.

The CurrentCulture and CurrentUICulture will not inherited from the parent thread, but the system info. So when culture should be managed in a multi-threading application, it should be given specific value manually.

posted on 2013-04-04 10:16  传说中的狐狸  阅读(235)  评论(0编辑  收藏  举报