[TYPO3] Localized items don't show up

Dmitry Dulepov typo3 at accio.lv
Fri Sep 15 13:35:05 CEST 2006


Hi!

Lars Kappert wrote:
> I have localization completely set up, I think. But only the "default"
> content items show up on the frontend (no matter which language I view).
> I never see the items that are attached to a specific language (with an
> url like /index.php?id=6&L=1).
> 
> This is in my root template setup (from the "frontend localization
> guide":
> 
> # l10n:
> config {
>     linkVars = L
> }
> [globalVar = GP:L=1]
> config {
>     sys_language_uid = 1
>     language = nl
>     locale_all = nl_NL
> }
> [globalVar = GP:L=2]
> config {
>     sys_language_uid = 2
>     language = uk
>     locale_all = en_EN
> }
> [global]
> 
> If I remove this, the same problem occurs, so I'm not sure where the
> problem exactly lies. Can someone help me out?

Not directly related to the problem but you have two mistakes here:
- nothing defined for default language (with sys_language_id=0)
- there is no language "uk", there is "en"

-- 
Dmitry Dulepov
http://typo3bloke.net/

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)



More information about the TYPO3-english mailing list