Typo3后端不是多重的

时间:2014-11-21 13:07:23

标签: typo3 typoscript typo3-6.2.x

在typoscript中我设置了我的网站以支持三种语言。在前端它工作正常,但在后端我错过了“语言”的下拉选择?只有“列”和“快速编辑”可见。如何在BE中启用“语言”选择?

我用这个typoscript来设置它:

page.config.linkVars = L
page.config.uniqueLinkVars = 1
page.config.sys_language_overlay = content_fallback
page.config.language = nl
page.config.locale_all = nl_NL
page.config.htmlTag_langKey = nl-NL
page.config.sys_language_uid = 0
[browser = msie]
page.config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml" xmlns:v=”urn:schemas-microsoft-com:vml” xml:lang="nl"

[globalVar = GP:L = 1]
page.config.language = en
page.config.locale_all = en_EN
page.config.htmlTag_langKey = en-EN
page.config.sys_language_uid = 1
[globalVar = GP:L = 1] && [browser = msie]
page.config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml" xmlns:v=”urn:schemas-microsoft-com:vml” xml:lang="en"

[globalVar = GP:L = 2]
page.config.language = de
page.config.locale_all = de_DE
page.config.htmlTag_langKey = de-DE
page.config.sys_language_uid = 2
[globalVar = GP:L = 2] && [browser = msie]
page.config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml" xmlns:v=”urn:schemas-microsoft-com:vml” xml:lang="de"

1 个答案:

答案 0 :(得分:0)

为了能够将后端中的内容翻译成例如你需要英语

  1. 转到Root页面(ID = 0),选择列表模块并创建一个 '网站语言'记录'英语'。

  2. 转到要翻译的页面并创建一个名为的记录 '替代页面语言'。选择“英语”作为语言。

  3. 您现在应该在描述的下拉列表中看到翻译选项。

  4. 根据需要重复多个页面和语言。

  5. 编辑:你可以在这个(德国)视频中看到这是如何完成的:http://www.youtube.com/watch?v=62ZuTYRKq5U