container.setStyle("padding: 4px;");
ct.appendChild(container);
Script init = new Script();
init.setContent("function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'af'}, '" + container.getUuid() + "'); };");
win.appendChild(init);
Script translate = new Script();
translate.setSrc("http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit");
win.appendChild(translate);