An application that allows you to easily translate from any world language to your native language whenever you want.
TranslationApp.mp4
- Download the TranslationApp folder
- Download tessdata language models and put them in the src folder and make sure its name is
tessdata. - Open a project for yourself from Google cloud, add the translate API, then create an API key.
- Copy the key you created, open the env.json file in the src, place your key in the quotation marks.
- In the 'ToLang' section, find and write the code of the language in which you want to receive the output from the list.
- In the 'FromLang' section, find the code of the language you want to translate from in the list and write it.
- Great, now you are ready! Now go and run the jar file.
You need to press Alt+Q to use the program and Alt+W to close it.