Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.39 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.39 KB

Language Translator Web Application

  • 10 languages are supported by default:

    • Chinese
    • English
    • French
    • German
    • Greek
    • Hindi
    • Japanese
    • Spanish
    • Tamil
    • Telugu
  • More languages can be added easily by modifying index.html

    • For example, to add Polish, use this:
      <option value="pl">Polish</option>
  • Uses Google Translate API (free version)

  • Try it out! ---> Click Me

Output (Desktop View)

Output (Mobile View)

References