This component offers two actions for converting numbers to words:
NumberToWords: This action is designed to convert a numerical value into its word representation. You can utilize this as a function.
CurrencyToWords: With this action, you can obtain the word representation of a currency amount. It requires the input of a country code (e.g., INR / USD / EUR) to function correctly. You can incorporate this as a function in your code.