I've bound a TextBox to a Decimal. My problem ist, the Binding is using american numerical standards, using a dot for decimals separation ("1.5")
My system is german and configured to use a colon as decimals separation ("1,5").
I need the TextBox binding to show and use a colon instead of a dot to separate decimals.
How do I get the binding to respect the currently set localization/culture settings for numerical input?