Skip to content

Commit

Permalink
Merge pull request #379 from Ojas-Arora/test
Browse files Browse the repository at this point in the history
Adding Multilingual Facility
  • Loading branch information
SUGAM-ARORA authored Jun 24, 2024
2 parents 6b31f0e + 4c6428b commit 3f2b070
Show file tree
Hide file tree
Showing 7 changed files with 1,701 additions and 304 deletions.
11 changes: 11 additions & 0 deletions form/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ <h2>Register</h2>
<button type="submit" class="button">Submit</button>
</form>
</div>
<div id="google_element"></div>
<script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>

<script type="text/javascript">
function loadGoogleTranslate(){
new google.translate.TranslateElement(
"google_element");
}


</script>
<script src="./script.js"></script>
</body>
</html>
Loading

0 comments on commit 3f2b070

Please sign in to comment.