Skip to content

Instantly share code, notes, and snippets.

@BatuhanKucukali
Created June 19, 2018 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BatuhanKucukali/683b7365ed081925473d11dd0e00ea93 to your computer and use it in GitHub Desktop.
Save BatuhanKucukali/683b7365ed081925473d11dd0e00ea93 to your computer and use it in GitHub Desktop.
public interface TranslateService {
String translate(String text, Language sourceLang, Language targetLang);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment