B4J Library JTranslator v1.10

Hi guys, here here another lite library jTranslator v1.0, this is the same like B4ATranslator nothing changing.

In to the zip is included the library and the demo.

any comment or idea will be appreciated.
 

Attachments

  • jTranslator v1.0.zip
    41.7 KB · Views: 399
  • jtranslator.jpg
    jtranslator.jpg
    127.1 KB · Views: 604
  • jTranslator v1.10.zip
    42.3 KB · Views: 462
  • jTranslator1.10.jpg
    jTranslator1.10.jpg
    167.9 KB · Views: 495

lock255

Well-Known Member
Licensed User
Longtime User
@Sytek Thanks for the reply, but even if I do not insert the key results.
 

Attachments

  • Immagine.png
    Immagine.png
    43.4 KB · Views: 330
Last edited:

ivanomonti

Expert
Licensed User
Longtime User
trovo dei problemi nell'uso della tua libreria, va e non va ti posto il codice
I have problems in using your library, you should not go and place the code

B4X:
    language.ApiKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    lang0.Initialize
    lang0 = language.LanguagesForTranslation
    lang1.Initialize
    lang1 = language.LanguagesForList
    For i = 0 To lang1.Size-1
        bt9.Items.Add(lang1.Get(i))
    Next

B4X:
' select language translator
Sub bt9_SelectedIndexChanged(Index As Int, Value As Object)
    tx2.Text = ""
    language.Text=tx1.Text
    language.Source="it"
    language.Target = lang0.Get(Index)
    language.Translate(tx2)
End Sub

risultato è randomico, non sempre ritorna la stringa convertita :-( come se perdesse la traccia o venisse bloccato, non e che pinga sempre o non...
randomico result is not always returns the converted string:-(as if he lost the track or were blocked, and that does not always ping or not ...
 

ivanomonti

Expert
Licensed User
Longtime User
Hi Giuseppe Salvi,
possible that this library can also return the voice translation!
 
Top