phpwcms icon indicating copy to clipboard operation
phpwcms copied to clipboard

Multi-Language Support

Open q23 opened this issue 10 years ago • 3 comments

We really need a out-of-the-box solution for Multi-Language. [de][en] work-around is a mess.

q23 avatar Mar 26 '15 11:03 q23

[de][en] never was the recommend way! It's manageable for templates only.

Use the alias way de/alias | en/alias | alias/de | alias/en.

The need for a 1:1 language switch was never really helpful from user's perspective. It's more an idea of editing contents and keep related contents together in the backend. In general users do not switch language on every page — most of the time it happens only once. The tree solution is a handy tool and works very well.

slackero avatar Mar 26 '15 21:03 slackero

As far as Ican understand the recommendation "Use the alias way de/alias | en/alias | alias/de | alias/en" you can't have any language based aliases. The alias will be the same (e.g. in german) and you'll end up with en/german-alias, right? Or, am I on a wooden way? ;)

robinsherwood avatar Mar 27 '15 08:03 robinsherwood

https://github.com/slackero/phpwcms-extended/tree/master/phpwcms-languageSwitch

slackero avatar Mar 27 '15 12:03 slackero