Stichoza / google-translate-php

🔤 Free Google Translate API PHP Package. Translates totally free of charge.
MIT License
1.79k stars 380 forks source link

How can I translate full page in Multiple Languages ? #175

Closed dev6trivediinfotech closed 2 years ago

dev6trivediinfotech commented 2 years ago

How can I translate full page in Multiple Languages? I want to translate full page using this package in laravel. Is your package provide such type of functionality ? If not, can you please suggest another Free package or API for this type of functionality ?

Thank You :)

Stichoza commented 2 years ago

Translating full page means you need to translate whole HTML, which is not supported (you can still try, but most probably the HTML will be broken). Even the official package does not support this as far as I know.

What Google does when you translate a page on the translate.google.com is that it parses the HTML in the browser and sends multiple requests with text contents of specific elements. Example in the screenshot:

image