Skip to content

Commit

Permalink
Rakesh9100#873 Implemented Multilingual support
Browse files Browse the repository at this point in the history
Multilingual support is enabled
  • Loading branch information
Anjankumarkamalapur authored May 30, 2024
1 parent a4940de commit ec99c67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
<a href="./index.html">
<span class="logo">CalcDiverse</span>
</a>
<div id="google_element"></div>
<script src="http://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>
<script>
function loadGoogleTranslate() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_element');
}
</script>
</div>

<ul class="nav-menu">
Expand Down

0 comments on commit ec99c67

Please sign in to comment.