[Typo3] Multiple Languages in an extension.

Joshua Preston jpreston at americatab.com
Sun Feb 13 01:10:26 CET 2005


Hey everyone,

Alright, you'll all probably be hating me about now, but I have to ask 
anyhow.

I have created my extension. It works wonderfully! I have completed it 
with the exception of adding a couple of languages. I have gotten it to 
load the correct language string, however the characters are all 
garbled. I have converted my entire site to UTF-8, and no other 
extension is giving me any problems. I was wondering if anyone knew of 
any possible solutions?

A snippet is:

function main($content,$conf) {
$this->$conf = $conf;
global $LANG;

// Loading language-labels
$this->pi_loadLL();
//$this->pi_getLL('langstring','',1);

$content = "<h1>". $this->pi_getLL('todays_schedule','',1) ."</h1>\n 
<table>\n";
.......


The text is properly pulled for the current fe user lang, but the 
characters, which should look like:

Сегодняшнее Расписание

appear as


Сегодняшнее Расписание


Any ideas?

TIA!

Joshua Preston.



More information about the TYPO3-english mailing list