Help & Support Center
Search:  
Contents
:
IndexPrintBookmark

Home > FAQs > Can I translate pages into other languages

Can I translate pages into other languages

Yes!!!

 

Cyber Recruiter core system OR Careers pages (the pages utilized for the applicant/employee to submit applications) has been equipped to leverage Google's translation tools. 

In order to allow for this functionality for the Careers page, the following code must be written into the Careers.aspx page and the AppSelfService.aspx page.  Should you need assistance performing this task, please contact your Account Manager or Technical Support for direction.

Wherever the following block of code is copied and inserted into the page, that will be where a language drop-down box will appear.


<div id="google_translate_element"></div>
<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>


For Cyber Recruiter, edit the web.config file on the server in the Cyber Recruiter file structure.  Add the following key to the appSettings section.

<add key="Translate" value="Y"/>

See also