INCLUDE_DATA

Currency as Polish Text in ActionScript3

If you developing any fiscal/legal/notary program the very basic problem is present currency number as text (in PL language: kwota słownie ). For example you need to present total invoice value as a written full text.

Action Script 3.0 and Flex SDK do not provide any standard library which may allow you to convert currency to full text. Moreover it is much more complicated if you need to convert currency to text in specified human language.

Here is an example how you can enter currency to input box and convert to full text in polish language. You can easily modify this library to convert to almost any language you want.

Full source code is provided under right mouse click.

Next Page →