Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
In WPF/Winforms my application, i want to convert a text from English to indian local languages (tamil,telugu, etc).

I don't like to use internet connections.

It should be work in offline.

Please help me on this.

What I have tried:

I have tried OCR, but it didnt match my expectation.
Posted
Updated 4-Oct-19 4:36am
Comments
phil.o 4-Oct-19 10:43am    
OCR has nothing to do with translation :)

1 solution

Natural language conversions are really, really complicated - and the companies that are good at it (such as Google) don't tell people how their code works. Understandably: it cost them a lot of time and money to produce Google Translate for example.

Which means you have three choices:
1) Use an online service.
2) Pay a lot on money - and I do mean a lot - to a company that has a proven track record for the rights to use their software. This may take some time for you to arrange.
3) Write your own. At a guess, this will take hundreds of thousands of man hours.

I would abandon the "offline only" approach if I was you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900