Microsoft translate how to translate a list of keywords in a column

Hi can someone help me here, I need to translate a list of keywords located in a column
thanks!
=Connector("MicrosoftTranslate.Translate";"?";"jp";"en")

If the keywords are in column A, then:

=Connector("MicrosoftTranslate.Translate";A1;"jp";"en")

Then simply expand the formula downwards for all keywords.