WPF Bindings and CurrentCulture Formatting
Posted by: Rick Strahls WebLog,
on 14 Jun 2009 |
View original | Bookmarked: 0 time(s)
I was surprised to find today that while putting together some localization samples that by default WPF bindings do not respect the current culture. For example check out this localized form that has been localized to German and is running with both Culture and UICulture in the de-DE locale: If you look at the highlighted formatting text youll notice that the form is localized (ie.the UICulture is applied) and that the active culture which in this case displays the CultureInfo.CurrentCulture...