I have a web page created in English. Depending on the continent, I want to dynamically translate my whole webpage to another language.
The webpage is fairly complex, so I cannot do it string by string. I just want to do it in a way like at the time of loading it will get translated into desired language.
Can I translate my webpage using the Google Translate API?