IValueConverter.Convert 从哪里获取 CultureInfo 参数?

发布于 2024-09-05 08:38:57 字数 302 浏览 5 评论 0原文

我正在检查一些 silverlight 应用程序并检查日期格式,以确保演示文稿适合观看者。

实现 IValueConverter ,Convert/ConvertBack 函数中的区域性参数来自哪里?它似乎不是我认为是我想要的CultureInfo.CurrentCulture

I'm going through some silverlight apps and reviewing date formatting to make sure the presentation is appropriate for the viewer.

with an implementation of IValueConverter, where does the culture parameter come from in the Convert/ConvertBack functions? it seems to not be CultureInfo.CurrentCulture which I think is what I want.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

由于这是针对您的用户界面的,因此 WPF 使用 CultureInfo .CurrentUICulture,而不是 CurrentCulture。

Since this is intended for your user interfaces, WPF uses CultureInfo.CurrentUICulture, not CurrentCulture.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文