Is there a built-in way to format numbers in Indian numbering system (lakh/crore)?

Hi,

I’m building a car listing site in Hugo where prices need to be displayed in the Indian numbering format e.g. ₹5 Lakh, ₹1.5 Crore instead of the standard international format.

Is there a built-in Hugo function to achieve this, or is creating a partial the recommended approach?

Thanks!

No. Create a partial.

ok,thanks for the replay