Actuate Information Console reference : Customizing Information Console online help : Customizing icons, links, and the company logo : Changing the corporate logo : Changing the Google translate element in help content pages
 
Changing the Google translate element in help content pages
in the content pages by default. To change the element displayed on a content page, alter the HTML markup to use different content.
How to change the Google translate element on a help content page
Use the following procedure to alter the additional links footer in a content page.
1 In a text editor, open the first content page file in the document root. For example, the first content page in the “Using Information Console” documentation is iPusing-intro.2.01.html.
2 Locate the following blocks of code:
<div id="google_translate_element" style="text-align: right;"></div>
and:
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
3 Delete or replace this code with custom content.
4 Save and close the content file.
5 Repeat steps 2 through 4 for each content file you need to change.