LotusScript Translator (English, French, Deutch, Italian, spanish)

A database containing a small Lotusscript translator with a few thousands words in 5 language

the function "Translate" is in the LotusScript library "Translation"
Public Function Translate(
TextToTranslate As String, // Phrase to translate
FromLanguage As String, // one of : EN FR DE IT ES
ToLanguage As String, // one of : EN FR DE IT ES
EmptyIfNotTranslated As Boolean // delete word not translated or keep them into bracket
) As String // translated phrase