[TYPO3] languages don't work

Jan Zýka zyka.jan at gmail.com
Fri Mar 2 14:01:51 CET 2007


Sounds ok to me.

This configuration works to me:

config.linkVars = L

[globalVar = GP:L = 1]
  config.sys_language_uid = 1
  config.language = cz
[ELSE]
  config.sys_language_uid = 0
  config.language = default
[GLOBAL]

Maybe clear all caches and hope ;-)

You can try to get the translated content manualy in TS, just to make sure
it works:

instead of styles.content.get smth like

tmp.contentGet = CONTENT
tmp.contentGet {
 table = tt_content
 select.orderBy = sorting
 select.where = colpos=0
 select.languageField = 2
}

and insert it somewhere to the page. Guess you made yourself sure the
translated content is not hidden etc. Sorry, no more Ideas afterwards.

2007/3/2, Tapio Markula <tapio.markula at atwebteam.com>:
>
> Jan Zýka kirjoitti:
> > Make sure that you have the languages (Web->list click the very root of
> the
> > tree)
>
> of cource - in fact you can't add new website language elsewhere
>
> >, check IDs (title of icon in front of the language name)
>
> checked
>
> > Did you set the config.sys_language_uid correctly?
>
> config.sys_language_uid =0
> config.language=fi
> config.locale_all = fi_FI.ISO8859-1
>
> [globalVar =GP:L=0]
> config.sys_language_uid =0
> config.language=fi
> config.locale_all = fi_FI.ISO8859-1
> [global]
>
> [globalVar =GP:L=1]
> config.sys_language_uid =1
> config.language=se
> config.locale_all = sv_SE.ISO8859-1
> [global]
>
> [globalVar =GP:L=2]
> config.sys_language_uid =2
> config.language=en
> config.locale_all = en_EN.ISO8859-1
> [global]
>
> > Default language version is shown when the translation is not available
> as
> > well, check if transalted content is created
>
> checked
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list