I want to override Translator.translateText without sourceLang as parameter. This method calls Translator.translateText always with sourceLang == null. Therefore If a user wants to auto-detect the sourceLang, it is no longer necessary to parse null manually.
I want to override
Translator.translateTextwithoutsourceLangas parameter. This method callsTranslator.translateTextalways withsourceLang == null. Therefore If a user wants to auto-detect thesourceLang, it is no longer necessary to parsenullmanually.