StringFormat and CurrentCulture in Silverlight
Posted by: Method ~ of ~ failed,
on 11 Aug 2010 |
View original | Bookmarked: 0 time(s)
I recently got a note about a nagging issue in using StringFormat in XAML binding expressions and how it doesnt honor the current users culture settings. This is true that there is an issue in that it doesnt in WPF or Silverlight. If you dont know what Im talking about, Silverlight introduced the ability to use StringFormat in data binding expressions (WPF has had this since 3.5 SP1) so you could do some formatting in-line in your binding. Like this: 1: <TextBlock Text="{Binding Path=CurrentDate,...