Click here to Skip to main content
15,887,368 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am novice to web designing. Now i'm developing a basic website in HTML where the texts entered by the user in the first Textbox (In English) will be encoded in my native language and will be displayed in the second Textbox after clicking Submit button.
Now i don't have any idea how to do this. With regards
Posted

1 solution

You need to have a translation API and the process is quite simple. All you need to do is to call the API (either your own or free translation engine available) on submit button and show the translated text in the other textbox. Try google yourself and see below references

* translation - Alternative to Google Translate API? - Stack Overflow[^]

* localization - How to use Bing Translation API? - Stack Overflow[^]
 
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