Usage

b.translate {language code} Sentence which you want to translate

Returns

Returns a translated text into the language code that you've mentioned.

So to translate My name is theroyakash and I am a computer scientist with research in deep learning sentence into Spanish you need to write the following query

b.translate es My name is theroyakash and I am a computer scientist with research in deep learning

The following query returns this Mi nombre es theroyakash y soy un científico informático con investigación en aprendizaje profundo.

<aside> ⚠️ The language code you mentioned is the language to you want to translate to. Your sentences language would be detected automatically.

</aside>

Example Usage