Skip to main content

Google translator for android free download

google translater

Translate words and phrases between more than 65 languages using Google Translate for Android. For most languages, you can speak your phrases and hear the corresponding translations.
With Google Translate you can:

  1. • Translate text between 65 languages
  2. • Translate by speaking the text instead of typing it (17 languages)
  3. • Use camera to take a picture and brush text to translate (available on Android 2.3 and above).
  4. • Listen to your translations spoken aloud (40 languages)
  5. • Communicate with another person using speech-to-speech translation in Conversation Mode (ALPHA, 14 languages)
  6. • Display translations in full screen mode to make it easier for others nearby to read
  7. • Star your favorite translations for quick access even when you’re offline
  8. • Access your translation history even when you’re offline
  9. • Spell out the translation of non-Latin script languages (e.g. Chinese, Japanese, etc..) in Latin characters to read it phonetically (e.g. Pinyin, Romaji)
  10. • View additional dictionary results for single words or short phrases
  11. • Push the handwriting button and simply write what you want to translate

Translations between the following languages are supported:
Afrikaans, Albanian, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Irish, Italian, Japanese, Kannada, Korean, Lao, Latin, Latvian, Lithuanian, Macedonian, Malay, Maltese, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swahili, Swedish, Tamil, Telugu, Thai, Turkish, Ukrainian, Urdu, Vietnamese, Welsh, Yiddish

Popular posts from this blog

Minified Your Blogger Template For Fast Response ! How to minified CSS.

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your blogger template editor . 2. Then find this tag on your template. <b:skin> < ![CDATA[/* 3. Copy entire data written under this tag until the style closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. ]]> </b:skin> 4. After that you have to Minified your your copy data or CS...

How To Change Folder Permissions Ubuntu/Linux

How To Open Unpermission Folder And How To Change It's Permissions. I am using ubuntu 12.10 and i am working on lamp server (linux apache mysql php) and i have great work on it but when i want to open my database folder i have to face a problem on it.the problem is when i open database folder so the error occurs "The folder contents could not be displayed." you don't have a permissions to view the content of mysql. The mysql stored data in the ( file system/var/lib/mysql ). Follow These Steps. First you have to open your terminal and run this command gksudo nautilus /var/lib/mysql . terminal window with that command Then the folder was open than goto properties of that folder.                                                                              Goto permissions and cha...

Minified Your Blogger Template For Fast Response ! How to minified JavaScript (Part 2) .

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your  blogger template editor . 2. Then find this tag on your template. < script type = 'text/javascript' > //<![CDATA[ 3. Copy entire data written under this tag until the script closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. //]]> < /script> 4. After that you have...