Hi,
Simply change the CultureInfo on the control, with a Currency FormatString :
<xctk:DoubleUpDown Value="12"
Increment="0.5"
FormatString="C2"
CultureInfo="Fr-fr"/>
or
<xctk:DoubleUpDown Value="12"
Increment="0.5"
FormatString="C2"
CultureInfo="SW"/>
↧