Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
How can I use a XamCurrencyEditor with multiple currency value ?
posted

I need to use a XamCurrencyEditor with multiple currency value. For example while screen have to display USD account currencyeditor will display 987,00 USD and while screen display Turkish Lira (TL) Account in the same currencyeditor, it will display 1.325,00 TL. Our clients regional settings language property is tr-TR. Could you help me please ?

Parents
No Data
Reply
  • 54937
    Offline posted

    I'm not sure what exactly you are asking for. The control cannot convert the value as it wouldn't have any notion of the exchange rate or what denomination the source value is. You would probably have to put a converter on your binding and manipulate the value. With regards to the currency symbols used, you could change the Language property or FormatProvider properties.

Children