You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!