Yes, the API used in the tool is the GoogleTrans library—automatically detects the source language of the text you provide. In the code, when we call the translate
method without specifying the source language, it defaults to 'auto'
, which enables automatic language detection.