gabrielpacheco23 / google-translator

Free Google Translator for Dart
https://pub.dartlang.org/packages/translator
MIT License
171 stars 93 forks source link

Can i get language code from a string #47

Closed muralikrishnanmt closed 2 years ago

muralikrishnanmt commented 2 years ago

How to get language code from a line of text from this package. For eg: "Hello how are you". I need the output "en" as language code from the given text. Is there any way in this package