Closed hasanAjsf closed 3 years ago
I'm building simple app using Arabic and English scripts, every time I run time the window shows the google translate windows as shown,how can I get rid of it, and prevent its appearance.
It worked with me by adding:
<html lang="ar" class="notranslate" translate="no"> <head> <meta name="google" content="notranslate" /> </head>
I'm building simple app using Arabic and English scripts, every time I run time the window shows the google translate windows as shown,how can I get rid of it, and prevent its appearance.