Auto translate page

Adonno

Power Member
Joined
Oct 14, 2017
Messages
534
Reaction score
72
Hello everyone i havr a question how can i do automatic page translation ex. In my web page there's a word "Hello" now a user from france will see "Bonjour" instead of seeing"Hello"
 
anyone knows how to do this?
 
Make the page with the language you need with google translate.
 
Either translate it to each language + hire a PHP dev to check IP's using an API that you *may need to pay for.

Or just use Google Translate.
 
You'll have to check for the users IP and try to guess where he is from and then you can use Google cloud platform to translate it.
 
You can make you site multilanguage and use a GeoIp plugin to serve the page in the right languafe to the user depending on his IP.
It easy to do that in Wordpress
 
Back
Top