Jump to content

Ewaldo Carlos

Member Since 16 Dec 2017
Offline Last Active Apr 28 2023 07:49 AM
-----

Posts I've Made

In Topic: Does anyone know how to program the Google translator in the mysWord app to t...

11 January 2023 - 06:25 PM

Brothers, I managed to put the Google translator inside mysWord, according to the prints, to translate Bibles, Dictionaries and Comments.

Note 1: depending on the number of modules, the translator will appear in a few seconds, just wait.

Obs 2: the translator in the Dictionaries only appears when we click on a link in the bible and/or in the search for a word, and/or in the comments.

In Topic: Does anyone know how to program the Google translator in the mysWord app to t...

11 January 2023 - 06:23 PM

For Google Translator to translate Bibles, Commentaries, and Dictionary, um mysWord, place the code below in these two places: 1. Bible references/ customize merged link 2. other appearance issues/ text or icon that will represent the link.

<div id="google_translate_element" class="google"></div> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'pt,es', includedLanguages: 'el,iw,es,en,la,pt', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, gaTrack: true}, 'google_translate_element'); } </script> <script type="text/javascript" src="https://translate.go...lateElementInit"></script>