Nominal Words in Local Language

Hello,

Anybody know how to set nominal amount in words, but in local language???

Thanks

@jof2jc can you give an example?

@anand, on print format, base_in_words uses English for grand total amount. How to use local language? Can we modify/set it using local lang?

Tks

@jof2jc

checkout https://github.com/frappe/num2words

We use this library to generate amount in words. You will have to modify this to add your language. See @pdvyas’s commit for a general understanding: https://github.com/frappe/num2words/commit/904c3c7e1b97b94bb8f08dccff361f6543aca19d

-Anand.