[TYPO3-english] Only default language content displays

Andreas Becker ab.becker at web.de
Wed May 26 03:54:59 CEST 2010


Hi

follow the steps here and it is working:
http://www.training-typo3.com/2008/12/15/typo3-multi-language/
<http://www.training-typo3.com/2008/12/15/typo3-multi-language/>
http://dmitry-dulepov.com/article/creating-multilanguage-sites-with-templavoila.html

<http://dmitry-dulepov.com/article/creating-multilanguage-sites-with-templavoila.html>
Andi

On Wed, May 26, 2010 at 8:32 AM, Tony Lush <tlush at advancewm.com> wrote:

> On a TV system with:
> TYPO3 4.3.3
> templavoila     1.3.7
> sr_language_menu        1.5.2
> realurl         1.8.1
> static_info_tables      2.1.2
>
> The language menu is visible when localized content is in place, as
> desired. Only the default content is displayed, though, even when the URL
> indicates a localized version. This happens whether or not realURL is
> enabled. Further, the language indicator (red arrow) stays on the English
> default no matter which language is selected.
>
> English is the default language (0), German = 2 and French = 3
>
> Page TS Config has:
> # for multilanguage
> mod.SHARED.defaultLanguageLabel = English
> mod.SHARED.defaultLanguageFlag = us.gif
>
> #### For sr_language_menu
> plugin.tx_srlanguagemenu_pi1.hideIfNoAltLanguages = 1
> plugin.tx_srlanguagemenu_pi1.doNotLinkCurrent = 0
> plugin.tx_srlanguagemenu_pi1.showCurrentFirst = 1
> plugin.tx_srlanguagemenu_pi1.defaultLanguageISOCode = EN
> plugin.tx_srlanguagemenu_pi1.file.templateFile =
> fileadmin/templates/ext/srlanguagemenu/tx_srlanguagemenu_pi1_template.tmpl
> plugin.tx_srlanguagemenu_pi1.englishFlagFile =
> fileadmin/templates/ext/srlanguagemenu/flags/en.gif
>
> Setup has:
> #########################################
> # Languages
> #########################################
>
> #config.sys_language_overlay = hideNonTranslated
> config.linkVars = L
> config.uniqueLinkVars = 1
> config.sys_language_overlay = content_fallback
> config.language = en
> config.locale_all = en_US
> config.htmlTag_langKey = en-US
> config.sys_language_uid = 0
> [browser = msie]
> config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml"
> xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en"
>
> [globalVar = GP:L=de]
>  config.sys_language_uid=2
>  config.language = de
>  config.locale_all = de_DE
>  config.htmlTag_langKey = de-DE
>  [globalVar = GP:L = de] and [browser = msie]
>  config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml"
> xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="de"
>
> [globalVar = GP:L=fr]
>  config.sys_language_uid=3
>  config.language = fr
>  config.locale_all = fr_FR
>  config.htmlTag_langKey = fr-FR
>  [globalVar = GP:L = fr] and [browser = msie]
>  config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml"
> xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="fr"
> [global]
>
> #### For sr_language_menu
> lib.language = RECORDS
> lib.language.tables = tt_content
> lib.language.source = 7529
>
> I would appreciate any advice -- Tony
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list