Numbers to words in German

0
Hello, I need to transform numbers into words (100 to one hundred for example), I only found a JS code to do it in english but I wasn’t able to find a way to make it work in german. Someone have an idea? Thanks
asked
2 answers
3

Hey – there is a ready made java action in  the app store package JAM Commons:

https://appstore.home.mendix.com/link/app/71280/

The java action is called “SpelloutNumber” and takes the locale as the input (“de_DE” for Germany).

A lot easier than integration external javascript….

answered
1

Here is an example for German using javascript.

https://codepen.io/calumoth/pen/dagdaB

answered