I encountered a situation in which I have a string that may contain different languages. Therefore, before converting it to a specific language, I need to detect its language.
Instead of relying on another package or translation API for detection, this package should include a function to detect the language of a given string.
we can use google translation api or something else.
I encountered a situation in which I have a string that may contain different languages. Therefore, before converting it to a specific language, I need to detect its language. Instead of relying on another package or translation API for detection, this package should include a function to detect the language of a given string.
we can use google translation api or something else.