diff --git a/libs/deep_translator/google_trans.py b/libs/deep_translator/google_trans.py index fc8d63470..2c1efa06a 100644 --- a/libs/deep_translator/google_trans.py +++ b/libs/deep_translator/google_trans.py @@ -35,7 +35,7 @@ class GoogleTranslator(BaseTranslator): element_tag='div', element_query={"class": "t0"}, payload_key='q', # key of text in the url - hl=self._target, + tl=self._target, sl=self._source) self._alt_element_query = {"class": "result-container"}