BreakSentences
Provides an interface to the Microsoft Translator BreakSentences service
This service is basically a utility for determining how Microsoft Translator is
interpreting sentence breaks within a given string of text
Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512395.aspx
Detect
Provides an interface to the Microsoft Translator Detect service method
Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512396.aspx
Translates an array of texts from a given Language to another given Language using Microsoft Translator's TranslateArray
service
Note that the Microsoft Translator expects all source texts to be of the SAME language.
Translates an array of texts from an Automatically detected language to another given Language using Microsoft Translator's TranslateArray
service
Note that the Microsoft Translator expects all source texts to be of the SAME language.
getName()
Returns the name for this language in the tongue of the specified locale
If the name is not cached, then it retrieves the name of ALL languages in this locale.
getName()
Returns the name for this language in the tongue of the specified locale
If the name is not cached, then it retrieves the name of ALL languages in this locale.
Language - an enum of all language codes supported by the Microsoft Translator API
Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512399.aspx
Fetches the JSON response, parses the JSON Response as an Array of JSONObjects,
retrieves the String value of the specified JSON Property, and returns the result of
the request as a String Array.
Speak
Provides an interface to the Microsoft Translator Speak service method
Returns a string which is a URL to a wave stream of the passed-in text being spoken in the desired language.
SpokenLanguage - an enum of all spoken language codes supported by the Microsoft Translator API for the Speak Service
Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512399.aspx
Translate
Makes calls to the Microsoft Translator API /Translate service
Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512406.aspx
values(Language locale)
Returns a map of all languages, keyed and sorted by
the localized name in the tongue of the specified locale
It returns a map, sorted alphanumerically by the keys()
Key: The localized language name
Value: The Language instance