flex4.5 - CurrencyFormatter in Flex 4 with Euro -
i have currencyformatter :
<s:currencyformatter id="currencyformatter" currencysymbol="€" usegrouping="true" groupingseparator="." decimalseparator="," fractionaldigits="2" usecurrencysymbol="true" locale="de-de" />
everything works fine, problem when enter value "24,50" not accepted. if enter "24.50" accepted , converted "€ 24,50"
i need able enter currency comma decimal separator.
could please help?
had myself, , could'nt override value in currencyformatter class... can put sharedresources in local directory, locale/en_us/sharedresources.properties, , change/add decimalseparator variable value of comma.
the file resides:
*c:\program files (x86)\adobe\adobe flash builder 4.6\sdks\4.6.0\frameworks\projects\framework\bundles\en_us\sharedresources.properties*
so can have @ it, want include override of in project, , include in swf gets built
Comments
Post a Comment