Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created December 19, 2019 16:53
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 BMU-Verlag/1139134e1f1a46e29475cddb537bcf0b to your computer and use it in GitHub Desktop.
Save BMU-Verlag/1139134e1f1a46e29475cddb537bcf0b to your computer and use it in GitHub Desktop.
var input = document.getElementById("input").value;
var languages = document.getElementById("source_language").value + "-" + document.getElementById("target_language").value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment