Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Translator for website [closed]

I am develeping a website in 2 languages.

one option is We can do own translation but that can take more development time.

So i'm trying to find a plugin.

I tried Microsoft Translator Widget and google translate gadget but both are not working for full website. user has to choose their language on each page in the website. Any other plugins are there to translate entire site. I read so many threads like link1 link2 . noting helped me.

Please suggest .

like image 464
Saidulu Buchhala Avatar asked Apr 15 '13 07:04

Saidulu Buchhala


1 Answers

All you can do is store a cookie or session as the language preference of the user when user first enters the website.
You can then use the same session on each page to automatically call the google translate engine for the particular language based on the language variable in your session.
You can do this in a seprate .php file and can include it in all your webpages.
Hope it helps. Thanks.

like image 58
Dev Utkarsh Avatar answered Nov 13 '22 20:11

Dev Utkarsh