You should define the default langauge and define whether onetreemethod or twotreemethod is used.
You should configure the linkVars and languages
plugin.tx_rlmplanguagedetection_pi1 {
useOneTreeMethod = true
defaultLang = en
}
config.linkVars = L
config.sys_language_uid = 0
config.language = en
config.locale_all = English
[globalVar = GP:L = 2]
config.sys_language_uid= 2
config.language=de
config.locale_all = German
[global]
The above example is used to have the site with two languages under onetreemethod.
Create the alternative language and create the contents for the languages.
Hope this helps.
You should configure the linkVars and languages
plugin.tx_rlmplanguagedetection_pi1 {
useOneTreeMethod = true
defaultLang = en
}
config.linkVars = L
config.sys_language_uid = 0
config.language = en
config.locale_all = English
[globalVar = GP:L = 2]
config.sys_language_uid= 2
config.language=de
config.locale_all = German
[global]
The above example is used to have the site with two languages under onetreemethod.
Create the alternative language and create the contents for the languages.
Hope this helps.