[TYPO3-german] Mehrsprachige Extension
Deus
master_hax at gmx.net
Wed Nov 19 14:20:36 CET 2014
Hier auch ein Auszug von meinem TypoScript:
config {
sys_language_uid = 0
uniqueLinkVars = 0
language = de
locale_all = de_DE.UTF-8
htmlTag_langKey = de_DE
# How to handle localization
sys_language_mode = content_fallback
# Records that are not localized till be hidden
# Possible value hideNonTranslated | int (the sys_language)
sys_language_overlay = hideNonTranslated
}
[globalVar = GP:L = 1]
config {
sys_language_uid = 1
uniqueLinkVars = 1
language = en
locale_all = en_GB.UTF-8
htmlTag_langKey = en_GB
}
[end]
[globalVar = GP:L = 3]
config {
sys_language_uid = 3
uniqueLinkVars = 3
language = it
locale_all = it_IT.UTF-8
htmlTag_langKey = it_IT
}
[end]
More information about the TYPO3-german
mailing list