GoSignMeUp Admin Help GuideSystem ConfigurationsPublic ManagementMake your GoSignMeUp public site available in 90+ languages

Make your GoSignMeUp public site available in 90+ languages

Use Google Translate to make your web site available in one of many language options.  Its just a matter of putting some code in to your public facing catalog page!

 

Copy Code In To Your Site

If you want all available languages, copy this code and follow the directions where to put it in to your site;

-----------------

<div style="text-align: center;"><div id="google_translate_element"></div>

<script type="text/javascript">

function googleTranslateElementInit() {

 new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');

}

-------------------------

if you would like to specify exactly which languages are available, put the correct language code in (see table) after the 'includedLanguages:' section.  The codes are below:

<option value="af">Afrikaans
<option value="sq">Albanian
<option value="ar">Arabic
<option value="hy">Armenian
<option value="az">Azerbaijani
<option value="eu">Basque
<option value="be">Belarusian
<option value="bn">Bengali
<option value="bg">Bulgarian
<option value="ca">Catalan
<option value="zh-CN">Chinese (Simplified)
<option value="zh-TW">Chinese (Traditional)
<option value="hr">Croatian
<option value="cs">Czech
<option value="da">Danish
<option value="nl">Dutch
<option value="eo">Esperanto
<option value="et">Estonian
<option value="tl">Filipino
<option value="fi">Finnish
<option value="fr">French
<option value="gl">Galician
<option value="ka">Georgian
<option value="de">German
<option value="el">Greek
<option value="gu">Gujarati
<option value="ht">Haitian Creole
<option value="iw">Hebrew
<option value="hi">Hindi
<option value="hu">Hungarian
<option value="is">Icelandic
<option value="id">Indonesian
<option value="ga">Irish
<option value="it">Italian
<option value="ja">Japanese
<option value="kn">Kannada
<option value="ko">Korean
<option value="la">Latin
<option value="lv">Latvian
<option value="lt">Lithuanian
<option value="mk">Macedonian
<option value="ms">Malay
<option value="mt">Maltese
<option value="no">Norwegian
<option value="fa">Persian
<option value="pl">Polish
<option value="pt">Portuguese
<option value="ro">Romanian
<option value="ru">Russian
<option value="sr">Serbian
<option value="sk">Slovak
<option value="sl">Slovenian
<option value="es">Spanish
<option value="sw">Swahili
<option value="sv">Swedish
<option value="ta">Tamil
<option value="te">Telugu
<option value="th">Thai
<option value="tr">Turkish
<option value="uk">Ukrainian
<option value="ur">Urdu
<option value="vi">Vietnamese
<option value="cy">Welsh
<option value="yi">Yiddish</option

-------------------------

<div style="text-align: center;"><div id="google_translate_element"></div>

<script type="text/javascript">

function googleTranslateElementInit() {

 new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'ar,zh-CN,zh-TW', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');

}

 

-------------------

Place the Code in the GoSignMeUp System - Classic Users

The code snippet can go in to several areas in your GoSignMeUp system.  For Classic users, from the Configuration menu, you have two options;

If you want the translation option at the bottom of the page, choose  Header/Footer/Logos/Phone Number/Waiting list option, then scroll down and Paste (Ctrl+V) the code in to the Text at the Browser Compatibility Position: box.  (1)

If you want the translation option at the center of the page, choose the Public Announcement and other Text option and paste the code in to the Public Announcement Text: area. (2)

Place the Code in the GoSignMeUp System - Ruby Users

For Ruby users, you can enter the code in several of the HTML compatible areas of the public side page.  From Courses, choose the Course Grid option, then scroll down to Settings - Public Management - Edit Layout.  Now choose where you want your drop-down translation box to appear.  In this example, we want it at the bottom, so click the Edit the Footer Content button to open the WYSIWYG editor.  Now click the Source Edit button and Paste (Ctrl+V) the code at the beginning of the text box.  Click the Source Edit button again, then click the disc icon to save.

View Your Site In A Foreign Language

After you have placed the code in to your GSMU system and saved your changes, your public side should have the language option box available.  Click the drop down and then choose the language you wish to translate your page in to.  Once its toggled you will see everything in your chosen language!  This is a great option to make your courses available to ESL students.