[Typo3-shop] Multilanguaje Adaptation
Franz Holzinger
franz at fholzinger.com
Mon Dec 12 10:43:02 CET 2005
> I have a local copy in my computer, have updated tt_products and have
> alternative text for the products available as register. I have readed
> the documentation but don't know whats steps I must do to convert the
> shop in multiples languajes, seems that I missed something to do.
>
> Someone have experience in something like that? What must I do in this?
>
you must use the LIST module in the backend an add the alternative
language tables for the products and categories.
And of course the language setup like:
# Setting up the language variable "L" to be passed with links
config.linkVars = L
config.sys_language_uid = 0
config.language = de
config.locale_all = german
# German language, sys_language.uid = 0
[globalVar = GP:L = 0]
config.sys_language_uid = 0
config.language = de
config.locale_all = german
# French language, sys_language.uid = 1
[globalVar = GP:L = 2]
config.sys_language_uid = 2
config.language = fr
config.locale_all = french
# Dutch language, sys_language.uid = 3
[globalVar = GP:L = 3]
config.sys_language_uid = 3
config.language = nl
config.locale_all = dutch
Franz
More information about the TYPO3-project-tt-products
mailing list