[TYPO3-english] Language onfiguration question

Andreas Burg typo3 at andreasburg.de
Fri Oct 17 19:53:22 CEST 2008


Hi Denis,

you can only set languages for config.locale_all that a installed on your server.

Check it with this script:

<?php
   echo "<pre>";
   system("locale -a");
   echo "</pre>";
?>

If you only see C and Posix, there are no languages installed.

For config.language you have to use TYPO3 Language-Code, and for config.htmlTag_langKey you have to 
use valid Language-Code for (X)HTML content.

Andreas


More information about the TYPO3-english mailing list