How to add google translate widget on vbcs page
Summary:
We want to add google translate widget on our webpage.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
25A
Code Snippet (add any code snippets that support your topic, if applicable):
Below code works fine on normal html page. But when we try to add in VBCS page, it doesn't work.
<html> <head> <title>Hello World!</title> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement( { pageLanguage: "en" }, "google_translate_element", { target: "es" } ); } </script> <script type="text/javascript"
Tagged:
0