Hello, I’m looking for a function or class that can provide me the spoken value of a real value; example 1346.13 = ONE THOUSAND THREE HUNDRED AND FORTY SIX POINT THIRTEEN Is this also available for different languages ? Thanks in advance, Janiek
you can try global::numeral2txt ← that’s for english … you can customized it by your self for another language … hope it’s help regards, Danang Ismu
Hi, Thanks for your quick reply, I found the function and I’m using it successfully. Only the Dutch translation isn’t that good. You said I can customize the function (in the globals namespace, there was also a numeralstotxt_ES, custom for Spanish I presume), exactly how can I write my own NL or BE function ? Best regards, Janiek
hi, you can duplicate the numeral2txt method in the global class and costumized it … i’ve already costumized for indonesian language … regards, Danang Ismu
Thanks alot, Janiek