You can create a subclass of binding (e.g. CultureAwareBinding) which sets the ConverterCulture automatically to the current culture when created.
It’s not a perfect solution, but it’s probably the only one, since retroactively forcing Binding to respect the culture could break other code in WPF which depends on this behavior.
Let me know if you need more help!
Related Contents:
- Binding objects defined in code-behind
- MVVM: Binding radio buttons to a view model?
- WPF Error 40 BindingExpression path error: property not found on ‘object’
- A ‘Binding’ can only be set on a DependencyProperty of a DependencyObject
- Why RelayCommand
- C# WPF IsEnabled using multiple bindings?
- Binding to static class property [duplicate]
- WPF Binding to parent DataContext
- WPF Binding – Default value for empty string
- How to enable assembly bind failure logging (Fusion) in .NET
- How do I get the color from a hexadecimal color code using .NET?
- The calling thread cannot access this object because a different thread owns it
- How do I get a TextBox to only accept numeric input in WPF?
- Open file dialog and select a file using WPF controls and C#
- Creating Scheduled Tasks
- How do I open a second window from the first window in WPF?
- Set focus on TextBox in WPF from view model
- How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?
- How to handle WndProc messages in WPF?
- Accessing UI (Main) Thread safely in WPF
- WPF OpenFileDialog with the MVVM pattern? [duplicate]
- Change Canvas.Left property in code behind?
- How do I update an ObservableCollection via a worker thread?
- databind the Source property of the WebBrowser in WPF
- Early and late binding
- Does XAML have a conditional compiler directive for debug mode?
- ObservableCollection vs. List
- Command for WPF TextBox that fires up when we hit Enter Key
- Disable Dll Culture Folders on Compile
- How to assign a dynamic resource style in code?
- C# unsupported grant type when calling web api
- ICommand MVVM implementation
- The name “XYZ” does not exist in the namespace “clr-namespace:ABC”
- How can I access ResourceDictionary in wpf from C# code?
- Add parameter to Button click event
- How to start WPF based on Arguments
- Enter key pressed event handler
- Wpf animate background color
- Find the location of my application’s executable in WPF (C# or vb.net)?
- Convert System.Drawing.Icon to System.Media.ImageSource
- Binding to Self/’this’ in XAML
- How do I use standard Windows warning/error icons in my WPF app?
- How bad is the WPF Learning Curve? [closed]
- Right way to close WPF GUI application: GetCurrentProcess().Kill(), Environment.Exit(0) or this.Shutdown()
- WPF Single Instance Best Practices [closed]
- Hiding inherited members
- Convert WPF (XAML) Control to XPS Document
- I’m a .Net, C# and WPF programmer. Is Expression Blend worth it? [closed]
- Vertical Text in Wpf TextBlock
- How to put delay before doing an operation in WPF