Share via


Convert Number to Words (Regional Language : Tamil)

Question

Monday, August 20, 2012 8:14 AM

Hi Friends,

I need ur help to convert number into Tamil words (My Regional Language).  like 124 -- > " நூற்றி இருபத்தி நான்கு "

So please Guide me or help me to write the code.

All replies (3)

Monday, August 20, 2012 8:43 AM

I need ur help to convert number into Tamil words (My Regional Language).  like 124 -- > " நூற்றி இருபத்தி நான்கு "

I think direct translation is not possible. You have to do as:

1. First change numbers to Currency digits(See the examples below)

http://www.c-sharpcorner.com/UploadFile/b942f9/converting-numbers-to-words-in-C-Sharp/

http://forums.asp.net/t/1367362.aspx/1

http://aspalliance.com/164_Convert_Currency_to_dollar_words

2. Now use google translator to translate english words to Tamil.

http://martinnormark.com/translate-text-in-c-using-google-translate

http://www.codeproject.com/Articles/12711/Google-Translator

http://forum.codecall.net/topic/64790-c-translator-using-google-api/

http://code.google.com/p/google-api-for-dotnet/


Monday, August 20, 2012 8:55 AM

I think following article should help you :

Convert numbers to words


Tuesday, August 21, 2012 5:20 AM

Hi, Thanks for ur suggestion and those things i try it, but the word formation is not good. I already told example 124 -- > " நூற்றி இருபத்தி நான்கு " In english it is One Hundred and Twenty Four

but if i try ur ideas i got answer like "நூறு மற்றும் இருபத்தி நான்க" its not exactly meet the correct words.