What are the AJAX APIs?
Google's AJAX APIs let you implement rich, dynamic web sites entirely in JavaScript and HTML. You can add a map to your site, a dynamic search box, or download feeds with just a few lines of JavaScript.
If you want to play around with them, try using the Interactive Code Playground. Plus, the Google API Libraries for Google Web Toolkit has bindings for the Maps, Search, Visualization, and Language APIs.
The Example Part of Ajax API Google like this =
- Google API Languange AJAX
With the AJAX Language API, you can translate and detect the language of blocks of text within a webpage using only Javascript. In addition, you can enable transliteration on any textfield or textarea in your web page. For example, if you were transliterating to Hindi, this API will allow users to phonetically spell out Hindi words using English and have them appear in the Hindi script.
The language API is designed to be simple and easy to use to translate and detect languages on the fly when offline translations are not available. We plan on adding more exciting capabilities to the AJAX Language API in the future, so stay tuned.
So what is the difference between Translation and Transliteration? Transliteration is the process of phonetically converting a word written in one script into another. Transliteration should not be confused with translation, which involves a change in language while preserving meaning. With transliteration, it is the sound of the words that are converted from one alphabet to the other.
for Details see at this links =
http://code.google.com/apis/ajax/playground/?exp=language#translate








0 comments:
Post a Comment