admin管理员组

文章数量:1644022

Thread Culture

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  传说中的狐狸 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://wwwblogs/talefox/archive/2013/04/04/2999084.html

本文标签: threadculture