Hello,
I am using the XamCurrencyEditor and it worked well for me till I installed the latest version of the components.
Now I always get the currency in dollars no matter what my regional settings are.
Has anything been changed in the last release?
You should check out this post. Basically to be consistent with the WPF framework, the FrameworkElement.Language property is used to determine the culture just as WPF uses that to determine the culture passed to bindings.
Ok. Thanks.
Solved my problem.
FormatProvider =
CultureInfo.CurrentCulture;