Have you checked out the following link? http://www.cannonbose.com/typo3-support/typo3-typoscript-code-snippets.html#irfaq_1_29236 -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 http://www.cannonbose.com
On Tue, Aug 5, 2008 at 6:00 AM, <[EMAIL PROTECTED]>wrote: > Send TYPO3-english mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of TYPO3-english digest..." > > > Today's Topics: > > 1. Multilanguage One-tree configuration (Alexandra Oink) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 5 Aug 2008 11:23:42 +0200 > From: "Alexandra Oink" <[EMAIL PROTECTED]> > Subject: [TYPO3] Multilanguage One-tree configuration > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi Xavier; > Thanks for your answer, I already changed the code ( this was an inherited > piece ;) ) > > It?s like this now: > > config.linkVars = L > > # Spanish language, sys_language.uid = 1 > [globalVar = GP:L = 1] > config.sys_language_uid = 1 > config.language = es > [global] > > # English language, sys_language.uid = 2 > [globalVar = GP:L = 2] > config.sys_language_uid = 2 > config.language = en > [global] > > But is?s still not working. > > I?ve been reviewing the typo3.org documentation, but found nothing. > > I think everything is configured ok, and I tried again following the > manual, > but can get no translation back. > > Thanks again! > > Alex > > Hi Alexandra, > > >* I added this to the root?s TS : > *>* > *>* mod.SHARED.defaultLanguageLabel = Espa?ol > *>* mod.SHARED.defaultLanguageFlag = /typo3/gfx/flags/es.gif > * > This mod.SHARED goes to pageTS but has nothing to do with your problem. > > >* config.linkVars = L > *>* config.sys_language_uid = 0 > *>* config.language = es > *>* config.locale_all = spanish > *>* > *>* [globalVar = GP:L = 0] > *>* config.sys_language_uid = 0 > *>* config.language = es > *>* config.locale_all = spanish > * > You do not need to define this twice > > >* [globalVar=GP:L=2] > *>* config.sys_language_uid = 2 > *>* config.language = en > *>* config.locale_all = english > * > Why don't you have sys_language_uid = 1? Did you make an error when > creating language records? > > >* It displays everything in the editor ( spanish and english columns and > *>* translation edition possibilities) , but I can?t make it work, Typo > isn?t > *>* displaying the translation in the pages, although it?s displaying this > " > *>* index.php?id=1173&L=2" at the end of the web address. > * > This seems OK though. > > I suggest you read the Frontend Localization Guide: > > http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/ > > > > -- > <(((>< > > > ------------------------------ > > _______________________________________________ > TYPO3-english mailing list > [email protected] > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > End of TYPO3-english Digest, Vol 59, Issue 10 > ********************************************* > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
