Open jfversluis opened 2 years ago
We've moved this issue to the Future milestone. This means that it is not going to be worked on for the coming release. We will reassess the issue following the current release and consider this item at that time.
@StephaneDelcroix curious for your thoughts on this? Useful or not?
@StephaneDelcroix curious for your thoughts on this? Useful or not?
useful, and not very hard
Description
This proposal was originally done for Forms.
This new functionality would add the ConverterCulture property for bindings, which allows the consumer to override the locale for a binding. This functionality is also available in WPF.
Public API Changes
Added properties:
I think we need to add our own type converter class because the one in WPF/WinUI lives in System.Windows which won't be ideal?
Intended Use-Case
I don't have a concrete example in mind. The proposal on the Forms repo has been upvoted a couple of times, I guess it can be useful in multi-language, multi-locale scenarios where you want to override something.