- Edited
Faq teaser is not translated because there is no function for it existing.affected file: include > class.faq.phpInserted after the closing tag "}" in line 198 the following code: function getLocalTeaser($lang=false) { return Format:(Format:($this->_getLocal('answer', $lang)), 150); }Now you can use "getLocalTeaser()" in your frontpage ("index.php").