[TYPO3-english] WG: Is it possible to reference languages?
Andreas Burg
typo3 at andreasburg.de
Sat Oct 25 16:31:59 CEST 2008
Hello Sandy,
1. search in newsgroups for how to change default language, I've seen it a couple a times.
2. I suggest you delete the "international english" for it contains the same text - or use:
sys_language_mode = content_fallback ; 0,9 (your values here)
sys_language_overlay = 1
together with a conditon. So you have to just create the content for "Britain English" and
"international English" pages show automaticaly content of "Britain English" pages.
3. Make sure you have the right values for:
config.locale_all = en_GB.utf8 (your values here)
to get the correct language specific settings for prices and others. Check your available locales
with this script
<?php
echo "<pre>";
system("locale -a");
echo "</pre>";
?>
Andreas
More information about the TYPO3-english
mailing list