Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 789 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 789 Bytes

React-Native-Translator

photo

A basic Translator Application for mobile platforms. It can automatically detect any language and directly translates into Turkish.

  • React Native based code. But I just tested for Android.
  • Also supports Text to Speech features. You can listen the pronunciation of what you want to translate.
  • Powered by Microsoft Translator API, which can be use for free for language translations.
  • Target language can be change from the code. By default, I made any language to Turkish translation.
  • If you want to make special language translations, just find out the related language code abbreviation (like EN, TR etc.) from MS Translator API documents.