1

Topic: Custom-Pages in Multi-Language

i will save pages in different languages.

The idea is simple.
For each Language we can create a CustumPage Called like these:

- footer_extra_german
- footer_extra_englisch
- footer_extra_italien

In the template we could create a call to this page like this:

{pages:tag="footer_extra_{language}",cache_time="0",separator="</li><li>"}

In this Call (for me its a call - perhaps there is another name for this) there is a variable.
The {language}-Variable.

If the User has selected his language so there are automaticly the call to the right Language-Custom-Page.

NORMAL: {pages:tag="footer_extra",cache_time="0",separator="</li><li>"}
SO I WANT: {pages:tag="footer_extra_{language}",cache_time="0",separator="</li><li>"}

You see, there is the variable "{language}" in the second CALL...
And the user can read the Pages in the right language!

I think VLD can realize that fastly :-)

Please ask me, if u dont have understand my bad-english :-)